# HG changeset patch # User Mark Brand # Date 1337885903 -7200 # Node ID 2267a00acc19bdf67261a157590fa469b298cb86 # Parent ae5b25885cc2cd500972b28ad7bd9ce3774fbd2c update package curl diff -r ae5b25885cc2 -r 2267a00acc19 index.html --- a/index.html Wed May 23 13:46:43 2012 +0200 +++ b/index.html Thu May 24 20:58:23 2012 +0200 @@ -1000,7 +1000,7 @@ curl - 7.25.0 + 7.26.0 cURL diff -r ae5b25885cc2 -r 2267a00acc19 src/curl-1-fixes.patch --- a/src/curl-1-fixes.patch Wed May 23 13:46:43 2012 +0200 +++ b/src/curl-1-fixes.patch Thu May 24 20:58:23 2012 +0200 @@ -5,29 +5,25 @@ 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 -r ae5b25885cc2 -r 2267a00acc19 src/curl.mk --- a/src/curl.mk Wed May 23 13:46:43 2012 +0200 +++ b/src/curl.mk Thu May 24 20:58:23 2012 +0200 @@ -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 @@ endef define $(PKG)_BUILD - cd '$(1)' && ./buildconf cd '$(1)' && ./configure \ --host='$(TARGET)' \ --build="`config.guess`" \