summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2009-11-06 23:16:32 +0100
committerRobert Schwebel <r.schwebel@pengutronix.de>2009-11-06 23:16:32 +0100
commit45bfe5bbc84539452dc214d8a257392c3603ad5f (patch)
tree640ae5e0dde3dc7c6a621516d1ce77955b33a2c3
parent501751c26ffd3d2779cd0b5908a5e8d3734e0d63 (diff)
downloadptxdist-45bfe5bbc84539452dc214d8a257392c3603ad5f.tar.gz
ptxdist-45bfe5bbc84539452dc214d8a257392c3603ad5f.tar.xz
[curl] version bump 7.19.4 -> 7.19.7
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
-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)