diff options
author | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2020-04-07 22:42:19 +0200 |
---|---|---|
committer | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2020-04-07 22:42:19 +0200 |
commit | fc51b4f6d489aaf19b741608a73c425476b224d3 (patch) | |
tree | 08ffec47195ff32b1266a712fbf9595a61d89529 /binary_tarball/scripts/3_Configure_Source_Code.sh | |
parent | update deb patches (diff) | |
download | librewolf-linux-fc51b4f6d489aaf19b741608a73c425476b224d3.tar.gz librewolf-linux-fc51b4f6d489aaf19b741608a73c425476b224d3.tar.bz2 librewolf-linux-fc51b4f6d489aaf19b741608a73c425476b224d3.zip |
include new patches for old ubuntu build to build 75.0
Diffstat (limited to 'binary_tarball/scripts/3_Configure_Source_Code.sh')
-rwxr-xr-x | binary_tarball/scripts/3_Configure_Source_Code.sh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/binary_tarball/scripts/3_Configure_Source_Code.sh b/binary_tarball/scripts/3_Configure_Source_Code.sh index 13214fa..2c06643 100755 --- a/binary_tarball/scripts/3_Configure_Source_Code.sh +++ b/binary_tarball/scripts/3_Configure_Source_Code.sh @@ -98,10 +98,6 @@ END patch -p1 -i ${CI_PROJECT_DIR}/arm.patch 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? - # 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 @@ -123,6 +119,8 @@ fi # hopefully the magic sauce that makes things build on 16.04 and later on work "everywhere": patch -p1 -i "${CI_PROJECT_DIR}/deb_patches/drop-check-glibc-symbols.patch" patch -p1 -i "${CI_PROJECT_DIR}/deb_patches/build-with-libstdc++-7.patch" +patch -p1 -i "${CI_PROJECT_DIR}/deb_patches/drop-libstdcxx-check.patch" +patch -p1 -i "${CI_PROJECT_DIR}/deb_patches/add-missing-include-functional.patch" # Disabling Pocket printf "\nDisabling Pocket\n"; |