summaryrefslogtreecommitdiff
path: root/package/curl/patches/patch-lib_Makefile_in
diff options
context:
space:
mode:
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 \