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
sayer/1.4-spce2.6
Raphael Coeffic 17 years ago
parent 33744a0faf
commit 428462c8c7

@ -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

Loading…
Cancel
Save