File tree Expand file tree Collapse file tree 2 files changed +1
-19
lines changed Expand file tree Collapse file tree 2 files changed +1
-19
lines changed Original file line number Diff line number Diff line change @@ -61,15 +61,7 @@ CURL_TLS_CONFIGURE_FLAGS := --with-openssl
61
61
endif
62
62
CURL_CONFIGURE_FLAGS += $(CURL_TLS_CONFIGURE_FLAGS )
63
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
- 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
73
65
mkdir -p $(dir $@ )
74
66
cd $(dir $@ ) && \
75
67
$(dir $< ) /configure $(CURL_CONFIGURE_FLAGS ) \
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments