1 Handle builds without C++
3 libxmlrpc nicely handles the fact of being built without C++ support,
4 except for one location, fixed by this patch.
6 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 Index: b/lib/util/Makefile
9 ===================================================================
10 --- a/lib/util/Makefile
11 +++ b/lib/util/Makefile
16 - cmdline_parser_cpp.o \
21 +ifeq ($(ENABLE_CPLUSPLUS),yes)
22 +LIBOBJS += cmdline_parser_cpp.o