File tree Expand file tree Collapse file tree 1 file changed +1
-15
lines changed
Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -29,20 +29,6 @@ tar xf zsync_"$version"*.tar.bz2
2929
3030cd zsync-* /
3131
32- # use Debian's patches, too
33- wget \
34- https://sources.debian.org/data/main/z/zsync/0.6.2-6/debian/patches/buildsystem.diff \
35- https://sources.debian.org/data/main/z/zsync/0.6.2-6/debian/patches/manpages.diff \
36- https://sources.debian.org/data/main/z/zsync/0.6.2-6/debian/patches/clienthttp.diff \
37- https://sources.debian.org/data/main/z/zsync/0.6.2-6/debian/patches/fix-build-with-gcc-14.patch
38-
39- sha256sum -c << \EOF
40- f14a7ffcb3bdadba252c9afbe5e8da358fc77f20072ae5b21475bdfc44b50975 buildsystem.diff
41- 085e9b5856bb8ac0d8567e977a9d5fafc6c19df02b7cfb8e011fedaf2862eaad clienthttp.diff
42- f04bba2866c47b8597723d49eec3f1fd50e40a08171e261bf0fc262852ba17e5 manpages.diff
43- 35cbce69194743df1f3f4b9bc9ad36a4c440b117c6a17c268023c642c0d50650 fix-build-with-gcc-14.patch
44- EOF
45-
4632# custom patch to at least ignore flags passed after the first parameter
4733# see https://github.com/AppImage/appimagetool/pull/93 for more information
4834cat > argparser.patch << \EOF
@@ -76,7 +62,7 @@ index 191b527..d86f130 100644
7662 if (!instream) {
7763EOF
7864
79- for i in * .diff * . patch; do
65+ for i in * .patch; do
8066 echo " Applying patch $i ..."
8167 patch -p1 < " $i "
8268done
You can’t perform that action at this time.
0 commit comments