extra/firefox: Re-enable webrtc for aarch64 (#1988)

This commit is contained in:
Bart De Vries 2023-03-16 18:25:15 +01:00 committed by GitHub
parent 2903449e70
commit 20af2ee34a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -172,8 +172,6 @@ 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