mirror of
https://github.com/lwthiker/curl-impersonate.git
synced 2025-08-08 20:59:59 +00:00
Revert "Add checksum check for patches for CI debugging"
This reverts commit 076df8ccbf
.
This commit is contained in:
@@ -346,7 +346,7 @@ $(CURL_VERSION)/.patched-chrome: $(srcdir)/chrome/patches/curl-*.patch
|
|||||||
rm -Rf $(CURL_VERSION)
|
rm -Rf $(CURL_VERSION)
|
||||||
tar -xf $(CURL_VERSION).tar.xz
|
tar -xf $(CURL_VERSION).tar.xz
|
||||||
cd $(CURL_VERSION)
|
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
|
# Re-generate the configure script
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
touch .patched-chrome
|
touch .patched-chrome
|
||||||
|
Reference in New Issue
Block a user