summaryrefslogtreecommitdiff
path: root/package/curl/patches/patch-lib_Makefile_in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-10-15 17:59:03 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-10-15 17:59:03 +0200
commite18e4cabe711fe1bf3d991dd9ca09c73c034a392 (patch)
treed9261d45b031719ce0bbf88c106504c476eae1ed /package/curl/patches/patch-lib_Makefile_in
parentd39432264a67e9389d41b474fd3d1994f1583606 (diff)
update to latest upstream
Diffstat (limited to 'package/curl/patches/patch-lib_Makefile_in')
-rw-r--r--package/curl/patches/patch-lib_Makefile_in11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/curl/patches/patch-lib_Makefile_in b/package/curl/patches/patch-lib_Makefile_in
deleted file mode 100644
index 65cc0f8b9..000000000
--- a/package/curl/patches/patch-lib_Makefile_in
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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 \