Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/firefox
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-10-31 18:21:04 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2022-10-31 18:21:04 +0100
commit3175fc0bc9f200b5aa831f7131348de7aac65691 (patch)
tree323d4360e3e31d738a11c10a5f8de15cb4f3e9aa /extra/firefox
parent0e8e9ce9a730b428ab012cd00e36928c3cca8ebd (diff)
extra/firefox: building without webrtc on i686
Diffstat (limited to 'extra/firefox')
-rw-r--r--extra/firefox/PKGBUILD4
-rw-r--r--extra/firefox/mozconfig-i686.patch3
2 files changed, 4 insertions, 3 deletions
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