aboutsummaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
authorohfp <1813007-ohfp@users.noreply.gitlab.com>2020-03-15 02:02:37 +0100
committerohfp <1813007-ohfp@users.noreply.gitlab.com>2020-03-15 02:02:37 +0100
commite3b2751a020465abc3fcf575e136e2fea7143a26 (patch)
tree425c82556dbc69a9622b21d439919e1f4d540bb5 /PKGBUILD
parentenable pgo without cross for aarch64 builds, fix #104 (diff)
downloadlibrewolf-linux-e3b2751a020465abc3fcf575e136e2fea7143a26.tar.gz
librewolf-linux-e3b2751a020465abc3fcf575e136e2fea7143a26.tar.bz2
librewolf-linux-e3b2751a020465abc3fcf575e136e2fea7143a26.zip
allow addon sideloading; fixes #101
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b75dd8d..48cd4eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -66,6 +66,7 @@ ac_add_options --with-app-basename=${_pkgname}
ac_add_options --with-branding=browser/branding/${pkgname}
ac_add_options --with-distribution-id=io.gitlab.${pkgname}
ac_add_options --with-unsigned-addon-scopes=app,system
+ac_add_options --allow-addon-sideload
export MOZ_REQUIRE_SIGNING=0
# System libraries
bgstack15