index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-09-26 18:44:46 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-09-26 18:44:46 +0200 |
commit | 42ec7e1bed416c9fac5986659e80ec6d901ec5ac (patch) | |
tree | 659f9aaa4cc8a5aa9a4553df11ad2481814d1c76 /extra/firefox/mozconfig-i686.patch | |
parent | d34b352518a3d2cd31b00df4e6e11670bf7e69c2 (diff) |
-rw-r--r-- | extra/firefox/mozconfig-i686.patch | 8 |
diff --git a/extra/firefox/mozconfig-i686.patch b/extra/firefox/mozconfig-i686.patch index f4d3c077..35b0a095 100644 --- a/extra/firefox/mozconfig-i686.patch +++ b/extra/firefox/mozconfig-i686.patch @@ -12,7 +12,7 @@ diff -rauN a/mozconfig b/mozconfig ac_add_options --disable-elf-hack # Branding -@@ -35,3 +35,11 @@ +@@ -35,3 +35,5 @@ ac_add_options --enable-crashreporter ac_add_options --disable-updater ac_add_options --disable-tests @@ -20,9 +20,3 @@ diff -rauN a/mozconfig b/mozconfig +# pentium4 specific options +ac_add_options --disable-lto +ac_add_options --disable-install-strip -+export CC=gcc-10 -+export CXX=g++-10 -+export AR=gcc-ar-10 -+export NM=gcc-nm-10 -+export RANLIB=gcc-ranlib-10 -+export STRIP=strip |