diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-01-25 18:42:39 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-01-25 19:49:16 +0100 |
commit | 8f7b183f7fc7c3a71d9d3375f4f2e00be6efb0ad (patch) | |
tree | e6f50ca34633f116d95a63c1c8c0bcb8b0c2f731 /libre/iceweasel/mozconfig | |
parent | cd4d7e904b34dece801d4d2df7681f5dce7f4035 (diff) | |
download | abslibre-8f7b183f7fc7c3a71d9d3375f4f2e00be6efb0ad.tar.gz abslibre-8f7b183f7fc7c3a71d9d3375f4f2e00be6efb0ad.tar.bz2 abslibre-8f7b183f7fc7c3a71d9d3375f4f2e00be6efb0ad.zip |
libre/iceweasel: updated to 58.0
Diffstat (limited to 'libre/iceweasel/mozconfig')
-rw-r--r-- | libre/iceweasel/mozconfig | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/libre/iceweasel/mozconfig b/libre/iceweasel/mozconfig deleted file mode 100644 index 608676753..000000000 --- a/libre/iceweasel/mozconfig +++ /dev/null @@ -1,41 +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-optimize="-O2" - -# Iceweasel -ac_add_options --disable-official-branding -ac_add_options --with-branding=browser/branding/iceweasel - -# 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-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 --enable-alsa -ac_add_options --disable-updater -ac_add_options --disable-crashreporter -ac_add_options --disable-stylo - -STRIP_FLAGS="--strip-debug" - -# Parabola features -ac_add_options --with-distribution-id=nu.parabola -#ac_add_options --disable-safe-browsing -#ac_add_options --disable-url-classifier -ac_add_options --disable-eme - -# vim:set ft=sh: |