diff --git a/index.html b/index.html index c36212d1..19083ff2 100644 --- a/index.html +++ b/index.html @@ -1000,7 +1000,7 @@ USE_OSGPLUGIN(<plugin2>) curl - 7.25.0 + 7.26.0 cURL diff --git a/src/curl-1-fixes.patch b/src/curl-1-fixes.patch index 0b1ce017..8590bb14 100644 --- a/src/curl-1-fixes.patch +++ b/src/curl-1-fixes.patch @@ -5,29 +5,25 @@ Commits backported (cherry-picked) from upstream. http://github.com/bagder/curl Also contains MXE specific fixes. -From ee69c33117cf616c19e9cd288f08eb4c91bf190d Mon Sep 17 00:00:00 2001 -From: Volker Grabsch -Date: Fri, 28 Oct 2011 13:48:04 +0200 -Subject: [PATCH] static linking for MXE +From ed729805781e366b68105f074f9e3c17fb81df27 Mon Sep 17 00:00:00 2001 +From: Mark Brand +Date: Thu, 24 May 2012 20:45:36 +0200 +Subject: [PATCH] define CURL_STATICLIB via pkg-config --- - include/curl/curlbuild.h.in | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + libcurl.pc.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) -diff --git a/include/curl/curlbuild.h.in b/include/curl/curlbuild.h.in -index fe348f4..c428273 100644 ---- a/include/curl/curlbuild.h.in -+++ b/include/curl/curlbuild.h.in -@@ -111,6 +111,9 @@ - /* EXTERNAL INTERFACE SETTINGS FOR CONFIGURE CAPABLE SYSTEMS ONLY */ - /* ================================================================ */ - -+/* Configure process defines this to 1 when static linking is requested. */ -+#undef CURL_STATICLIB -+ - /* Configure process defines this to 1 when it finds out that system */ - /* header file ws2tcpip.h must be included by the external interface. */ - #undef CURL_PULL_WS2TCPIP_H +diff --git a/libcurl.pc.in b/libcurl.pc.in +index 2ba9c39..e0ddd8d 100644 +--- a/libcurl.pc.in ++++ b/libcurl.pc.in +@@ -36,4 +36,4 @@ Description: Library to transfer files with ftp, http, etc. + Version: @CURLVERSION@ + Libs: -L${libdir} -lcurl @LIBS@ + Libs.private: @LIBCURL_LIBS@ @LIBS@ +-Cflags: -I${includedir} ++Cflags: -DCURL_STATICLIB -I${includedir} -- -1.7.8.3 +1.7.9.2 diff --git a/src/curl.mk b/src/curl.mk index a25f5f1c..ea50d3f1 100644 --- a/src/curl.mk +++ b/src/curl.mk @@ -3,7 +3,7 @@ PKG := curl $(PKG)_IGNORE := -$(PKG)_CHECKSUM := f6016a24051d98806ca3ddf754592701cb66e00c +$(PKG)_CHECKSUM := c2e62eaace2407d377bf544d1f808aea6dddf64c $(PKG)_SUBDIR := curl-$($(PKG)_VERSION) $(PKG)_FILE := curl-$($(PKG)_VERSION).tar.bz2 $(PKG)_URL := http://curl.haxx.se/download/$($(PKG)_FILE) @@ -16,7 +16,6 @@ define $(PKG)_UPDATE endef define $(PKG)_BUILD - cd '$(1)' && ./buildconf cd '$(1)' && ./configure \ --host='$(TARGET)' \ --build="`config.guess`" \