openjdk-23: use OpenJDK 23 as the boot JDK
[oi-userland.git] / components / library / xmlrpc-c / patches / 04-no_curl_test.patch
blob43de3200b39ebb02fd357df673f4db3974893c18
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 = \
9 value.o \
10 xml.o \
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)
16 -else
17 - TEST_OBJS += testclient_dummy.o
18 - CLIENT_LIBS =
19 -endif
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)
24 +#else
25 +TEST_OBJS += testclient_dummy.o
26 +CLIENT_LIBS =
27 +#endif
30 TEST_LIBS = \