summaryrefslogtreecommitdiff
path: root/nonprism/iceweasel-hardened/mozconfig
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-11-19 01:32:30 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-11-19 01:32:30 -0300
commitf1af63ba6c3ffcc18c1a33066451905cffeb284e (patch)
treee3a607c8328e9fdbb33487d2aa88d310c0c5c156 /nonprism/iceweasel-hardened/mozconfig
parentac18d429e0ccad247b95ddda051710ebfa26cb55 (diff)
move hardened packages to [nonprism] -> https://lists.parabola.nu/pipermail/dev/2016-October/004563.html
Diffstat (limited to 'nonprism/iceweasel-hardened/mozconfig')
-rw-r--r--nonprism/iceweasel-hardened/mozconfig46
1 files changed, 46 insertions, 0 deletions
diff --git a/nonprism/iceweasel-hardened/mozconfig b/nonprism/iceweasel-hardened/mozconfig
new file mode 100644
index 000000000..7349e3ccd
--- /dev/null
+++ b/nonprism/iceweasel-hardened/mozconfig
@@ -0,0 +1,46 @@
+ac_add_options --enable-application=browser
+
+ac_add_options --prefix=/usr
+ac_add_options --enable-release
+ac_add_options --enable-gold
+ac_add_options --enable-pie
+ac_add_options --enable-rust
+
+# Release Iceweasel branding
+ac_add_options --disable-official-branding
+ac_add_options --with-branding=debian/branding
+ac_add_options --enable-update-channel=release
+MOZ_ADDON_SIGNING=1
+MOZ_REQUIRE_SIGNING=1
+
+# System libraries
+ac_add_options --with-system-nspr
+ac_add_options --with-system-nss
+ac_add_options --with-system-icu
+ac_add_options --with-system-jpeg
+ac_add_options --with-system-zlib
+ac_add_options --with-system-bz2
+ac_add_options --with-system-libevent
+ac_add_options --with-system-libvpx
+ac_add_options --enable-system-hunspell
+ac_add_options --enable-system-sqlite
+ac_add_options --enable-system-ffi
+ac_add_options --enable-system-pixman
+
+# Features
+ac_add_options --enable-startup-notification
+ac_add_options --disable-updater
+ac_add_options --disable-crashreporter
+
+STRIP_FLAGS="--strip-debug"
+
+# Parabola features
+ac_add_options --disable-safe-browsing
+ac_add_options --disable-url-classifier
+ac_add_options --disable-eme
+ac_add_options --disable-gamepad
+
+# Other
+mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/moz-objdir
+
+# vim:set ft=sh: