We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f0a5ae commit bee56f4Copy full SHA for bee56f4
deps/curl.mk
@@ -61,15 +61,7 @@ CURL_TLS_CONFIGURE_FLAGS := --with-openssl
61
endif
62
CURL_CONFIGURE_FLAGS += $(CURL_TLS_CONFIGURE_FLAGS)
63
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
71
72
-$(BUILDDIR)/curl-$(CURL_VER)/build-configured: $(SRCCACHE)/curl-$(CURL_VER)/source-patched
+$(BUILDDIR)/curl-$(CURL_VER)/build-configured: $(SRCCACHE)/curl-$(CURL_VER)/source-extracted
73
mkdir -p $(dir $@)
74
cd $(dir $@) && \
75
$(dir $<)/configure $(CURL_CONFIGURE_FLAGS) \
deps/patches/curl-strdup.patch
0 commit comments