summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--patches/curl-7.19.7/libcurl_pc_in-remove-ldflags.diff (renamed from patches/curl-7.19.4/libcurl_pc_in-remove-ldflags.diff)3
-rw-r--r--patches/curl-7.19.7/series (renamed from patches/curl-7.19.4/series)0
-rw-r--r--rules/libcurl.make2
3 files changed, 4 insertions, 1 deletions
diff --git a/patches/curl-7.19.4/libcurl_pc_in-remove-ldflags.diff b/patches/curl-7.19.7/libcurl_pc_in-remove-ldflags.diff
index 4f29824aa..f5b497b3b 100644
--- a/patches/curl-7.19.4/libcurl_pc_in-remove-ldflags.diff
+++ b/patches/curl-7.19.7/libcurl_pc_in-remove-ldflags.diff
@@ -5,6 +5,9 @@ curl saves the LDFLAGS set during configure into its pkg-config file.
So -Wl stuff ends up in the .pc file, which is really bad, and breaks
if there are multiple -Wl in our LDFLAGS (which are in PTXdist)
+This bug was submitted to the curl bug tracking system:
+https://sourceforge.net/tracker/?func=detail&aid=2893592&group_id=976&atid=100976
+
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
---
diff --git a/patches/curl-7.19.4/series b/patches/curl-7.19.7/series
index 8f91cb738..8f91cb738 100644
--- a/patches/curl-7.19.4/series
+++ b/patches/curl-7.19.7/series
diff --git a/rules/libcurl.make b/rules/libcurl.make
index 907817408..418a46256 100644
--- a/rules/libcurl.make
+++ b/rules/libcurl.make
@@ -19,7 +19,7 @@ PACKAGES-$(PTXCONF_LIBCURL) += libcurl
#
# Paths and names
#
-LIBCURL_VERSION := 7.19.4
+LIBCURL_VERSION := 7.19.7
LIBCURL := curl-$(LIBCURL_VERSION)
LIBCURL_SUFFIX := tar.gz
LIBCURL_URL := http://curl.haxx.se/download/$(LIBCURL).$(LIBCURL_SUFFIX)