diff options
author | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2020-07-31 01:03:51 +0200 |
---|---|---|
committer | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2020-07-31 01:03:51 +0200 |
commit | 23811d11c0adf89a006aa9ceae668786d73c98ba (patch) | |
tree | 3e8fb2bbee9be1c1ab3d4fadb72ddc6726e3827a /binary_tarball | |
parent | v79.0-1 #2 (diff) | |
download | librewolf-linux-23811d11c0adf89a006aa9ceae668786d73c98ba.tar.gz librewolf-linux-23811d11c0adf89a006aa9ceae668786d73c98ba.tar.bz2 librewolf-linux-23811d11c0adf89a006aa9ceae668786d73c98ba.zip |
v79.0.1 #3 – missing patch download
Diffstat (limited to 'binary_tarball')
-rwxr-xr-x | binary_tarball/scripts/3_Configure_Source_Code.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binary_tarball/scripts/3_Configure_Source_Code.sh b/binary_tarball/scripts/3_Configure_Source_Code.sh index eb6807f..1af910b 100755 --- a/binary_tarball/scripts/3_Configure_Source_Code.sh +++ b/binary_tarball/scripts/3_Configure_Source_Code.sh @@ -118,6 +118,7 @@ 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" # https://bugzilla.mozilla.org/show_bug.cgi?id=1654465 +wget https://raw.githubusercontent.com/archlinux/svntogit-packages/master/firefox/repos/extra-x86_64/bug1654465.diff -O ${CI_PROJECT_DIR}/bug1654465.diff patch -p1 -i ${CI_PROJECT_DIR}/bug1654465.diff # Remove some pre-installed addons that might be questionable |