diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-12-27 14:47:15 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-12-27 17:21:18 +0100 |
commit | 56c7bb5760e721a90e16b5fa1a3b74f8138cf721 (patch) | |
tree | 1bd0e33c6381886bb9b49c9e41d0ecfa743d470c /package/libxmlrpc/libxmlrpc-0004-use-correct-curl-config.patch | |
parent | 64973b0946cefb06915674bc87a7a9ce5bf70699 (diff) | |
download | buildroot-56c7bb5760e721a90e16b5fa1a3b74f8138cf721.tar.gz buildroot-56c7bb5760e721a90e16b5fa1a3b74f8138cf721.zip |
libxmlrpc: rename patches to the new convention
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'package/libxmlrpc/libxmlrpc-0004-use-correct-curl-config.patch')
-rw-r--r-- | package/libxmlrpc/libxmlrpc-0004-use-correct-curl-config.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/package/libxmlrpc/libxmlrpc-0004-use-correct-curl-config.patch b/package/libxmlrpc/libxmlrpc-0004-use-correct-curl-config.patch deleted file mode 100644 index ada0bd24eb..0000000000 --- a/package/libxmlrpc/libxmlrpc-0004-use-correct-curl-config.patch +++ /dev/null @@ -1,22 +0,0 @@ -Use correct curl-config program - -Instead of calling again curl-config in src/Makefile (which ends up -calling the wrong curl-config: the one in the PATH instead of the one -pointed at by the environment variables at configure time), let's use -the CURL_LDADD variable which was computed at configure time. - -Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> - -Index: b/src/Makefile -=================================================================== ---- a/src/Makefile -+++ b/src/Makefile -@@ -56,7 +56,7 @@ - TRANSPORT_MODS += blddir/lib/curl_transport/curltransaction - TRANSPORT_MODS += blddir/lib/curl_transport/curlmulti - TRANSPORT_MODS += blddir/lib/curl_transport/lock_pthread -- TRANSPORT_LIBDEP += $(shell curl-config --libs) -+ TRANSPORT_LIBDEP += $(CURL_LDADD) - endif - ifeq ($(MUST_BUILD_LIBWWW_CLIENT),yes) - TRANSPORT_MODS += blddir/lib/libwww_transport/xmlrpc_libwww_transport |