diff options
author | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2020-07-01 19:48:01 +0200 |
---|---|---|
committer | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2020-07-01 19:48:06 +0200 |
commit | be613fc53e936a8367bdca804bfab2d975c56e81 (patch) | |
tree | 1d029c548573fbf92d86a820ad4954b96fb1d65d /binary_tarball | |
parent | v78.0.1-1 (diff) | |
download | librewolf-linux-be613fc53e936a8367bdca804bfab2d975c56e81.tar.gz librewolf-linux-be613fc53e936a8367bdca804bfab2d975c56e81.tar.bz2 librewolf-linux-be613fc53e936a8367bdca804bfab2d975c56e81.zip |
update megabar patch
Diffstat (limited to 'binary_tarball')
-rwxr-xr-x | binary_tarball/scripts/3_Configure_Source_Code.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/binary_tarball/scripts/3_Configure_Source_Code.sh b/binary_tarball/scripts/3_Configure_Source_Code.sh index 457b1b2..84b4858 100755 --- a/binary_tarball/scripts/3_Configure_Source_Code.sh +++ b/binary_tarball/scripts/3_Configure_Source_Code.sh @@ -110,9 +110,7 @@ END 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" # Remove some pre-installed addons that might be questionable patch -p1 -i ${CI_PROJECT_DIR}/remove_addons.patch |