Revert "Add checksum check for patches for CI debugging"

This reverts commit 076df8ccbf.
This commit is contained in:
lwthiker
2023-09-01 20:36:21 +03:00
parent 8658c73d24
commit c5627cc12c

View File

@@ -346,7 +346,7 @@ $(CURL_VERSION)/.patched-chrome: $(srcdir)/chrome/patches/curl-*.patch
rm -Rf $(CURL_VERSION)
tar -xf $(CURL_VERSION).tar.xz
cd $(CURL_VERSION)
for p in $^; do echo "Applying patch $$p."; md5sum $$p; patch -p1 < $$p; done
for p in $^; do patch -p1 < $$p; done
# Re-generate the configure script
autoreconf -fi
touch .patched-chrome