diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-11-19 01:32:30 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-11-19 01:32:30 -0300 |
commit | f1af63ba6c3ffcc18c1a33066451905cffeb284e (patch) | |
tree | e3a607c8328e9fdbb33487d2aa88d310c0c5c156 /pcr/iceweasel-hardening/mozconfig | |
parent | ac18d429e0ccad247b95ddda051710ebfa26cb55 (diff) | |
download | abslibre-f1af63ba6c3ffcc18c1a33066451905cffeb284e.tar.gz abslibre-f1af63ba6c3ffcc18c1a33066451905cffeb284e.tar.bz2 abslibre-f1af63ba6c3ffcc18c1a33066451905cffeb284e.zip |
move hardened packages to [nonprism] -> https://lists.parabola.nu/pipermail/dev/2016-October/004563.html
Diffstat (limited to 'pcr/iceweasel-hardening/mozconfig')
-rw-r--r-- | pcr/iceweasel-hardening/mozconfig | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/pcr/iceweasel-hardening/mozconfig b/pcr/iceweasel-hardening/mozconfig deleted file mode 100644 index 7349e3ccd..000000000 --- a/pcr/iceweasel-hardening/mozconfig +++ /dev/null @@ -1,46 +0,0 @@ -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: |