From 428462c8c78930671e974cc3196bcbf5bc469f22 Mon Sep 17 00:00:00 2001 From: Raphael Coeffic Date: Fri, 16 Apr 2010 09:07:03 +0000 Subject: [PATCH] fixed linking for mac os x (requires a symbol table in static archive) git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1798 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- apps/xmlrpc2di/Makefile | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/apps/xmlrpc2di/Makefile b/apps/xmlrpc2di/Makefile index e8225a8c..61ef6333 100644 --- a/apps/xmlrpc2di/Makefile +++ b/apps/xmlrpc2di/Makefile @@ -24,20 +24,8 @@ COREPATH ?=../../core include $(COREPATH)/plug-in/Makefile.app_module $(XMLRPCPP_DIR)/libXmlRpc.a: - $(MAKE) -C $(XMLRPCPP_DIR) libXmlRpc.a && \ - ranlib $(XMLRPCPP_DIR)/libXmlRpc.a - + $(MAKE) -C $(XMLRPCPP_DIR) libXmlRpc.a ARFLAGS=rvs clean_libxmlrpc: @if [ -d $(XMLRPCPP_DIR) ]; \ then $(MAKE) -C $(XMLRPCPP_DIR) clean; \ fi - -#install-xmlrpcpp: xmlrpc++0.7 -# -#xmlrpc++0.7: xmlrpc++0.7.tar.gz -# $(TAR) xzvf xmlrpc++0.7.tar.gz -# patch -p0 < xmlrpcpp07_sems.patch -# -#xmlrpc++0.7.tar.gz: -# wget http://switch.dl.sourceforge.net/sourceforge/xmlrpcpp/xmlrpc++0.7.tar.gz -