From 56c7bb5760e721a90e16b5fa1a3b74f8138cf721 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sat, 27 Dec 2014 14:47:15 +0100 Subject: libxmlrpc: rename patches to the new convention Signed-off-by: Thomas Petazzoni Acked-by: "Yann E. MORIN" --- .../libxmlrpc-0004-use-correct-curl-config.patch | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 package/libxmlrpc/libxmlrpc-0004-use-correct-curl-config.patch (limited to 'package/libxmlrpc/libxmlrpc-0004-use-correct-curl-config.patch') 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 - -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 -- cgit v1.2.3