diff options
author | Renato Botelho <garga@FreeBSD.org> | 2012-09-07 18:11:22 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2012-09-07 18:11:22 +0000 |
commit | 99c8b0dddb5b3ba3e5a4f1a78b712fa8143b64be (patch) | |
tree | e9e797273762b1e460970086206840635dd7fd11 /net/xmlrpc-c-devel/files/patch-test__cpp__Makefile | |
parent | Salt Cloud is a generic cloud provisioning tool which can hook into (diff) |
Update to 1.31.04
Notes
Notes:
svn path=/head/; revision=303814
Diffstat (limited to 'net/xmlrpc-c-devel/files/patch-test__cpp__Makefile')
-rw-r--r-- | net/xmlrpc-c-devel/files/patch-test__cpp__Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/net/xmlrpc-c-devel/files/patch-test__cpp__Makefile b/net/xmlrpc-c-devel/files/patch-test__cpp__Makefile new file mode 100644 index 000000000000..4989cda01cb2 --- /dev/null +++ b/net/xmlrpc-c-devel/files/patch-test__cpp__Makefile @@ -0,0 +1,21 @@ +--- test/cpp/Makefile (revision 2386) ++++ test/cpp/Makefile (revision 2387) +@@ -16,7 +16,7 @@ + + XMLRPC_C_CONFIG = $(BLDDIR)/xmlrpc-c-config.test + +-LIBS := $(shell $(XMLRPC_C_CONFIG) client --ldadd) ++LIBS := + + LIBS += -lpthread + +@@ -42,6 +42,7 @@ + ifeq ($(MUST_BUILD_CLIENT),yes) + TEST_OBJS += testclient.o + CLIENT_LIBS = $(LIBXMLRPC_CLIENTPP_A) $(LIBXMLRPC_CLIENT_A) ++ LIBS += $(shell $(XMLRPC_C_CONFIG) client --ldadd) + else + TEST_OBJS += testclient_dummy.o + CLIENT_LIBS = +Index: test/Makefile +=================================================================== |