summaryrefslogtreecommitdiffstats
path: root/package/libxmlrpc/libxmlrpc-0002-fix-non-cplusplus-build.patch
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-12-27 14:47:15 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-12-27 17:21:18 +0100
commit56c7bb5760e721a90e16b5fa1a3b74f8138cf721 (patch)
tree1bd0e33c6381886bb9b49c9e41d0ecfa743d470c /package/libxmlrpc/libxmlrpc-0002-fix-non-cplusplus-build.patch
parent64973b0946cefb06915674bc87a7a9ce5bf70699 (diff)
downloadbuildroot-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-0002-fix-non-cplusplus-build.patch')
-rw-r--r--package/libxmlrpc/libxmlrpc-0002-fix-non-cplusplus-build.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/package/libxmlrpc/libxmlrpc-0002-fix-non-cplusplus-build.patch b/package/libxmlrpc/libxmlrpc-0002-fix-non-cplusplus-build.patch
deleted file mode 100644
index efeb9cc83f..0000000000
--- a/package/libxmlrpc/libxmlrpc-0002-fix-non-cplusplus-build.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-Handle builds without C++
-
-libxmlrpc nicely handles the fact of being built without C++ support,
-except for one location, fixed by this patch.
-
-Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
-Index: b/lib/util/Makefile
-===================================================================
---- a/lib/util/Makefile
-+++ b/lib/util/Makefile
-@@ -41,11 +41,14 @@
- LIBOBJS = \
- casprintf.o \
- cmdline_parser.o \
-- cmdline_parser_cpp.o \
- getoptx.o \
- string_parser.o \
- stripcaseeq.o \
-
-+ifeq ($(ENABLE_CPLUSPLUS),yes)
-+LIBOBJS += cmdline_parser_cpp.o
-+endif
-+
- .PHONY: all
- all: $(LIBOBJS)
-
OpenPOWER on IntegriCloud