diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-29 07:16:16 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-29 07:33:02 +0000 |
commit | da07e62d7c1a0663d00d1057f401db5984b98e80 (patch) | |
tree | 58181a3f2b8a137f721a8d1d12887be4b582fabf /testing/xmlrpc-c/xmlrpc-c-curl.patch | |
parent | a27df9d9787fbe1a6f22baf7e92a4a0007104384 (diff) | |
download | aports-da07e62d7c1a0663d00d1057f401db5984b98e80.tar.bz2 aports-da07e62d7c1a0663d00d1057f401db5984b98e80.tar.xz |
testing/xmlrpc-c: remove *.la and build fix for curl-7.21.7
Diffstat (limited to 'testing/xmlrpc-c/xmlrpc-c-curl.patch')
-rw-r--r-- | testing/xmlrpc-c/xmlrpc-c-curl.patch | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/testing/xmlrpc-c/xmlrpc-c-curl.patch b/testing/xmlrpc-c/xmlrpc-c-curl.patch new file mode 100644 index 000000000..bfc114577 --- /dev/null +++ b/testing/xmlrpc-c/xmlrpc-c-curl.patch @@ -0,0 +1,36 @@ +diff --git a/lib/curl_transport/curlmulti.c b/lib/curl_transport/curlmulti.c +index 526a4db..5503b9f 100644 +--- a/lib/curl_transport/curlmulti.c ++++ b/lib/curl_transport/curlmulti.c +@@ -17,7 +17,6 @@ + #endif + + #include <curl/curl.h> +-#include <curl/types.h> + #include <curl/easy.h> + #include <curl/multi.h> + +diff --git a/lib/curl_transport/curltransaction.c b/lib/curl_transport/curltransaction.c +index 37ec02b..8fa4fb2 100644 +--- a/lib/curl_transport/curltransaction.c ++++ b/lib/curl_transport/curltransaction.c +@@ -15,7 +15,6 @@ + #include "version.h" + + #include <curl/curl.h> +-#include <curl/types.h> + #include <curl/easy.h> + + #include "curlversion.h" +diff --git a/lib/curl_transport/xmlrpc_curl_transport.c b/lib/curl_transport/xmlrpc_curl_transport.c +index 526381d..9b7b530 100644 +--- a/lib/curl_transport/xmlrpc_curl_transport.c ++++ b/lib/curl_transport/xmlrpc_curl_transport.c +@@ -83,7 +83,6 @@ + #include "xmlrpc-c/time_int.h" + + #include <curl/curl.h> +-#include <curl/types.h> + #include <curl/easy.h> + #include <curl/multi.h> + |