From bbb7c872fb2f7eeb4927df84f9c4b0adb935902b Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Mon, 22 Dec 2008 09:59:48 +0000 Subject: [PATCH] linking with openssl (SSL can not be #defined) git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1220 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- apps/xmlrpc2di/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/xmlrpc2di/Makefile b/apps/xmlrpc2di/Makefile index 2dd4ec2b..c0391969 100644 --- a/apps/xmlrpc2di/Makefile +++ b/apps/xmlrpc2di/Makefile @@ -13,6 +13,7 @@ plug_in_name = xmlrpc2di # -D XMLRPCPP_SUPPORT_STRUCT_ACCESS # use these for local installation: + module_ldflags = -lssl module_cflags = -I$(XMLRPCPP_DIR)/src -DHAVE_XMLRPCPP_SSL -D XMLRPCPP_SUPPORT_STRUCT_ACCESS module_extra_objs = $(XMLRPCPP_DIR)/libXmlRpc.a extra_clean = clean_libxmlrpc