index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | extra/firefox/PKGBUILD | 4 | ||||
-rw-r--r-- | extra/firefox/mozconfig-i686.patch | 3 |
diff --git a/extra/firefox/PKGBUILD b/extra/firefox/PKGBUILD index 88818fe6..7fb06ccb 100644 --- a/extra/firefox/PKGBUILD +++ b/extra/firefox/PKGBUILD @@ -14,7 +14,7 @@ eval "$( fi if [ "${CARCH}" = "i686" ]; then source+=('mozconfig-i686.patch') - sha256sums+=('268dce3de0396e6a9529b9105c2c00f06fbe9e8b666f886893d22f569735820a') + sha256sums+=('a0e274593c8d3587c4a669e22c480997cce24789f1dff78fb0da0f1d43083d68') eval "$( declare -f prepare | \ sed ' @@ -211,7 +211,7 @@ eval "$( # declaration ?typedef __double_t double_t? # and # typedef __float_t float_t; -# /usr/include/math.h:169:21: note: previous declaration as ‘typedef long double float_t’ +# /usr/include/math.h:169:21: note: previous declaration as ?typedef long double float_t? # typedef long double float_t; source+=('firefox-106.0.1-fdlibm.patch') sha256sums+=('ddc0945f2414828668dd922b6b8203f7fb54d7b1f0aac3e18299bccb5c2facab') diff --git a/extra/firefox/mozconfig-i686.patch b/extra/firefox/mozconfig-i686.patch index c19df269..f735ccb2 100644 --- a/extra/firefox/mozconfig-i686.patch +++ b/extra/firefox/mozconfig-i686.patch @@ -1,7 +1,7 @@ diff -rauN a/mozconfig b/mozconfig --- a/mozconfig 2021-03-27 17:15:18.957711830 +0100 +++ b/mozconfig 2021-03-27 17:18:01.431035465 +0100 -@@ -5,8 +5,8 @@ +@@ -5,8 +5,9 @@ ac_add_options --enable-release ac_add_options --enable-hardening ac_add_options --enable-optimize @@ -9,6 +9,7 @@ diff -rauN a/mozconfig b/mozconfig -ac_add_options --enable-linker=lld +ac_add_options --disable-rust-simd +ac_add_options --enable-linker=bfd ++ac_add_options --disable-webrtc ac_add_options --disable-elf-hack # Branding |