summaryrefslogtreecommitdiff
path: root/package/curl/patches/patch-lib_Makefile_in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-03-08 13:19:41 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-03-08 13:19:41 +0100
commitaebdc1c529b2829d1850b70dd3530a5e5b3b59a1 (patch)
treebfe9a0a011fdfad4ac038da30f23c2f6950b7a4e /package/curl/patches/patch-lib_Makefile_in
parentd5b93f486379f80a828446dbedb8ca00ef00d41a (diff)
update to latest upstream version
Diffstat (limited to 'package/curl/patches/patch-lib_Makefile_in')
-rw-r--r--package/curl/patches/patch-lib_Makefile_in11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/curl/patches/patch-lib_Makefile_in b/package/curl/patches/patch-lib_Makefile_in
new file mode 100644
index 000000000..65cc0f8b9
--- /dev/null
+++ b/package/curl/patches/patch-lib_Makefile_in
@@ -0,0 +1,11 @@
+--- curl-7.21.4.orig/lib/Makefile.in 2011-02-02 13:22:52.000000000 +0100
++++ curl-7.21.4/lib/Makefile.in 2011-03-04 18:46:09.000000000 +0100
+@@ -412,7 +412,7 @@ CLEANFILES = $(DSP) $(VCPROJ)
+ lib_LTLIBRARIES = libcurl.la
+
+ # This might hold -Werror
+-libcurl_la_CFLAGS = $(CFLAGS) @CURL_CFLAG_EXTRAS@
++libcurl_la_CFLAGS = @CURL_CFLAG_EXTRAS@
+ @USE_EMBEDDED_ARES_FALSE@INCLUDES = -I$(top_builddir)/include/curl \
+ @USE_EMBEDDED_ARES_FALSE@ -I$(top_builddir)/include \
+ @USE_EMBEDDED_ARES_FALSE@ -I$(top_srcdir)/include \