Skip to content

Commit bee56f4

Browse files
authored
curl: remove patch (#56957)
This issue was fixed upstream in Curl 8.7.0 and later: curl/curl@5cc2b01
1 parent 3f0a5ae commit bee56f4

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

deps/curl.mk

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,7 @@ CURL_TLS_CONFIGURE_FLAGS := --with-openssl
6161
endif
6262
CURL_CONFIGURE_FLAGS += $(CURL_TLS_CONFIGURE_FLAGS)
6363

64-
$(SRCCACHE)/curl-$(CURL_VER)/curl-8.6.0-build.patch-applied: $(SRCCACHE)/curl-$(CURL_VER)/source-extracted
65-
cd $(dir $@) && \
66-
patch -p1 -f < $(SRCDIR)/patches/curl-strdup.patch
67-
echo 1 > $@
68-
69-
$(SRCCACHE)/curl-$(CURL_VER)/source-patched: $(SRCCACHE)/curl-$(CURL_VER)/curl-8.6.0-build.patch-applied
70-
echo 1 > $@
71-
72-
$(BUILDDIR)/curl-$(CURL_VER)/build-configured: $(SRCCACHE)/curl-$(CURL_VER)/source-patched
64+
$(BUILDDIR)/curl-$(CURL_VER)/build-configured: $(SRCCACHE)/curl-$(CURL_VER)/source-extracted
7365
mkdir -p $(dir $@)
7466
cd $(dir $@) && \
7567
$(dir $<)/configure $(CURL_CONFIGURE_FLAGS) \

deps/patches/curl-strdup.patch

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)