From 46a4aceb84a8bb169882c8c4950ef74e47e0cd7d Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Mon, 5 Aug 2024 01:56:38 +0000
Subject: [PATCH] Update recipes

---
 recipes/wip/net/email/thunderbird/mozconfig | 4 +++-
 recipes/wip/web/firefox-esr/mozconfig       | 2 ++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/recipes/wip/net/email/thunderbird/mozconfig b/recipes/wip/net/email/thunderbird/mozconfig
index ed78d39ca..27bc1b6bc 100644
--- a/recipes/wip/net/email/thunderbird/mozconfig
+++ b/recipes/wip/net/email/thunderbird/mozconfig
@@ -1,6 +1,8 @@
 ac_add_options --enable-project=comm/mail
 ac_add_options --prefix="{COOKBOOK_STAGE}/usr"
 ac_add_options --enable-release
+ac_add_options --target="{TARGET}"
+ac_add_options --enable-bootstrap
 ac_add_options --disable-jack
 ac_add_options --disable-crashreporter
-ac_add_options --disable-updater
\ No newline at end of file
+ac_add_options --disable-updater
diff --git a/recipes/wip/web/firefox-esr/mozconfig b/recipes/wip/web/firefox-esr/mozconfig
index 4ad1810b7..8d2ce92d5 100644
--- a/recipes/wip/web/firefox-esr/mozconfig
+++ b/recipes/wip/web/firefox-esr/mozconfig
@@ -1 +1,3 @@
 ac_add_options --disable-tests
+ac_add_options --target="{TARGET}"
+ac_add_options --enable-bootstrap
-- 
GitLab