From ef94f420cbeaf4b37892ad1cdf28df7b3bfba21a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malte=20J=C3=BCrgens?= Date: Sat, 23 Jul 2022 14:10:40 +0200 Subject: [PATCH] add `mozconfig.new.without-bootstrap` --- assets/mozconfig.new | 3 ++- ...fig.new.without-wasi => mozconfig.new.without-bootstrap} | 6 ++++-- assets/mozconfig.sample.1 | 4 ++-- 3 files changed, 8 insertions(+), 5 deletions(-) rename assets/{mozconfig.new.without-wasi => mozconfig.new.without-bootstrap} (81%) diff --git a/assets/mozconfig.new b/assets/mozconfig.new index 517fcef..b35f829 100644 --- a/assets/mozconfig.new +++ b/assets/mozconfig.new @@ -10,7 +10,6 @@ ac_add_options --enable-hardening ac_add_options --enable-optimize ac_add_options --enable-release ac_add_options --enable-rust-simd -ac_add_options --enable-bootstrap ac_add_options --with-app-name=librewolf ac_add_options --with-branding=browser/branding/librewolf @@ -19,6 +18,8 @@ ac_add_options --with-unsigned-addon-scopes=app,system ac_add_options --with-l10n-base=$PWD/browser/locales/l10n +ac_add_options --enable-bootstrap + export MOZ_REQUIRE_SIGNING= mk_add_options MOZ_CRASHREPORTER=0 diff --git a/assets/mozconfig.new.without-wasi b/assets/mozconfig.new.without-bootstrap similarity index 81% rename from assets/mozconfig.new.without-wasi rename to assets/mozconfig.new.without-bootstrap index 44aa188..eb25f31 100644 --- a/assets/mozconfig.new.without-wasi +++ b/assets/mozconfig.new.without-bootstrap @@ -16,6 +16,8 @@ ac_add_options --with-branding=browser/branding/librewolf ac_add_options --with-unsigned-addon-scopes=app,system +ac_add_options --with-l10n-base=$PWD/browser/locales/l10n + export MOZ_REQUIRE_SIGNING= mk_add_options MOZ_CRASHREPORTER=0 @@ -23,5 +25,5 @@ mk_add_options MOZ_DATA_REPORTING=0 mk_add_options MOZ_SERVICES_HEALTHREPORT=0 mk_add_options MOZ_TELEMETRY_REPORTING=0 -# without wasi -ac_add_options --without-wasm-sandboxed-libraries +# Add your own stuff, libraries, architecture, etc.. +# ex: `cat mozconfig.orig mozconfig.my > mozconfig` diff --git a/assets/mozconfig.sample.1 b/assets/mozconfig.sample.1 index ced4436..3592a43 100644 --- a/assets/mozconfig.sample.1 +++ b/assets/mozconfig.sample.1 @@ -37,8 +37,8 @@ export MOZ_REQUIRE_SIGNING= # branding.. ac_add_options --with-branding=browser/branding/librewolf -# disable sandboxed wasm libraries. this is temporary as we probably want this -ac_add_options --without-wasm-sandboxed-libraries +# This is needed for the sandboxed wasm libraries. If you already have them installed, you can remove this. +ac_add_options --enable-bootstrap # this setting kills windows, but that's ok for now # the problem with windows is probably somewhere in the theme files