From eed1172f83135f0d0b6f1bc10a6434c45add8de2 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Wed, 18 Jan 2023 14:35:38 +0000 Subject: [PATCH] extra/firefox: fix --- extra/firefox/PKGBUILD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extra/firefox/PKGBUILD b/extra/firefox/PKGBUILD index b11f00bdd..0d5fe4892 100644 --- a/extra/firefox/PKGBUILD +++ b/extra/firefox/PKGBUILD @@ -173,6 +173,8 @@ END echo "ac_add_options --disable-webrtc" >> .mozconfig elif [[ $CARCH == "aarch64" ]]; then echo 'ac_add_options --enable-rust-simd' >> .mozconfig + # webrtc on ARMv8 FTBFS in 109.0 + echo "ac_add_options --disable-webrtc" >> .mozconfig fi echo 'ac_add_options --enable-optimize="-g0 -O2"' >> .mozconfig