index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2019-10-24 17:29:40 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2019-10-24 17:29:40 +0200 |
commit | 17e743a5025142e4fe39b9c8d8ad27baf70af971 (patch) | |
tree | 88b1832f60037b4fb1819e0fd5e78103f23b3e65 /extra/firefox/mozconfig.patch | |
parent | 578ccc3c7898a0cd63b23771da46e2f5ce57df16 (diff) |
-rw-r--r-- | extra/firefox/mozconfig.patch | 16 |
diff --git a/extra/firefox/mozconfig.patch b/extra/firefox/mozconfig.patch index 8d1f66c5..9e5d85de 100644 --- a/extra/firefox/mozconfig.patch +++ b/extra/firefox/mozconfig.patch @@ -1,12 +1,12 @@ ---- a/.mozconfig 2019-01-21 09:21:00.221010326 +0100 -+++ b/.mozconfig 2019-01-21 09:22:02.477911431 +0100 -@@ -5,12 +7,11 @@ +diff -rauN a/.mozconfig b/.mozconfig +--- a/.mozconfig 2019-10-24 17:22:00.620041647 +0200 ++++ b/.mozconfig 2019-10-24 17:27:57.878744247 +0200 +@@ -5,11 +5,14 @@ + ac_add_options --enable-hardening ac_add_options --enable-optimize ac_add_options --enable-rust-simd --ac_add_options --enable-lto --export MOZ_PGO=1 --export CC=clang --export CXX=clang++ +-export CC='clang --target=x86_64-unknown-linux-gnu' +-export CXX='clang++ --target=x86_64-unknown-linux-gnu' -export AR=llvm-ar -export NM=llvm-nm -export RANLIB=llvm-ranlib @@ -16,6 +16,8 @@ +export AR=gcc-ar +export NM=gcc-nm +export RANLIB=gcc-ranlib ++ +++ac_add_options --disable-lto # Branding ac_add_options --enable-official-branding |