aboutsummaryrefslogtreecommitdiff
path: root/binary_tarball/scripts/3_Configure_Source_Code.sh
diff options
context:
space:
mode:
authorohfp <1813007-ohfp@users.noreply.gitlab.com>2020-04-03 22:56:31 +0200
committerohfp <1813007-ohfp@users.noreply.gitlab.com>2020-04-03 22:56:31 +0200
commit23798fa90d683370586ab53e21a579819943d40f (patch)
treeaabb55cfcb45214a617418d05bcbc77cb235db68 /binary_tarball/scripts/3_Configure_Source_Code.sh
parentsmall release: webrtc unlocked (but still disabled) (diff)
downloadlibrewolf-linux-23798fa90d683370586ab53e21a579819943d40f.tar.gz
librewolf-linux-23798fa90d683370586ab53e21a579819943d40f.tar.bz2
librewolf-linux-23798fa90d683370586ab53e21a579819943d40f.zip
v74.0.1-1; try webrtc on aarch64 without patches
Diffstat (limited to 'binary_tarball/scripts/3_Configure_Source_Code.sh')
-rwxr-xr-xbinary_tarball/scripts/3_Configure_Source_Code.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/binary_tarball/scripts/3_Configure_Source_Code.sh b/binary_tarball/scripts/3_Configure_Source_Code.sh
index fd5be09..13214fa 100755
--- a/binary_tarball/scripts/3_Configure_Source_Code.sh
+++ b/binary_tarball/scripts/3_Configure_Source_Code.sh
@@ -99,8 +99,9 @@ END
wget https://raw.githubusercontent.com/archlinuxarm/PKGBUILDs/master/extra/firefox/build-arm-libopus.patch -O ${CI_PROJECT_DIR}/build-arm-libopus.patch
patch -p1 -i ${CI_PROJECT_DIR}/build-arm-libopus.patch
# might not even be needed for aarch64?
- patch -p1 -i ${CI_PROJECT_DIR}/deb_patches/fix-armhf-webrtc-build.patch
- patch -p1 -i ${CI_PROJECT_DIR}/deb_patches/webrtc-fix-compiler-flags-for-armhf.patch
+ # trying without them
+ # patch -p1 -i ${CI_PROJECT_DIR}/deb_patches/fix-armhf-webrtc-build.patch
+ # patch -p1 -i ${CI_PROJECT_DIR}/deb_patches/webrtc-fix-compiler-flags-for-armhf.patch
else
cat >>${CI_PROJECT_DIR}/mozconfig <<END
bgstack15