1 Description: Avoid testclient. FTBFS
2 Author: Herbert Parentes Fortes Neto <hpfn@debian.org>
3 LAst-Update: 2016-07-22
4 Index: xmlrpc-c-1.33.14/test/cpp/Makefile
5 ===================================================================
6 --- xmlrpc-c-1.33.14.orig/test/cpp/Makefile
7 +++ xmlrpc-c-1.33.14/test/cpp/Makefile
8 @@ -39,14 +39,14 @@ TEST_OBJS = \
12 -ifeq ($(MUST_BUILD_CLIENT),yes)
13 - TEST_OBJS += testclient.o
14 - CLIENT_LIBS = $(LIBXMLRPC_CLIENTPP_A) $(LIBXMLRPC_CLIENT_A)
15 - LIBS += $(shell $(XMLRPC_C_CONFIG) client --ldadd)
17 - TEST_OBJS += testclient_dummy.o
20 +#ifeq ($(MUST_BUILD_CLIENT),yes)
21 +# TEST_OBJS += testclient.o
22 +# CLIENT_LIBS = $(LIBXMLRPC_CLIENTPP_A) $(LIBXMLRPC_CLIENT_A)
23 +# LIBS += $(shell $(XMLRPC_C_CONFIG) client --ldadd)
25 +TEST_OBJS += testclient_dummy.o