Skip to content

Commit

Permalink
curl: remove patch
Browse files Browse the repository at this point in the history
  • Loading branch information
fxcoudert committed Mar 29, 2024
1 parent b18d2cc commit 4b329ec
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 33 deletions.
9 changes: 0 additions & 9 deletions deps/curl.mk
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,6 @@ CURL_TLS_CONFIGURE_FLAGS := --with-mbedtls=$(build_prefix)
endif
CURL_CONFIGURE_FLAGS += $(CURL_TLS_CONFIGURE_FLAGS)

$(BUILDDIR)/curl-$(CURL_VER)/source-extracted/curl-memdup.patch-applied: $(SRCCACHE)/curl-$(CURL_VER)/source-extracted
mkdir -p $(dir $@)
cd $(SRCCACHE)/curl-$(CURL_VER) && \
patch -p1 -f < $(SRCDIR)/patches/curl-memdup.patch
echo 1 > $@

$(SRCCACHE)/curl-$(CURL_VER)/source-patched: $(BUILDDIR)/curl-$(CURL_VER)/source-extracted/curl-memdup.patch-applied
echo 1 > $@

$(BUILDDIR)/curl-$(CURL_VER)/build-configured: $(SRCCACHE)/curl-$(CURL_VER)/source-patched
mkdir -p $(dir $@)
cd $(dir $@) && \
Expand Down
24 changes: 0 additions & 24 deletions deps/patches/curl-memdup.patch

This file was deleted.

0 comments on commit 4b329ec

Please sign in to comment.