[Freeswitch-svn] [commit] r8673 - freeswitch/trunk/src/mod/xml_int/mod_xml_rpc

Freeswitch SVN stkn at freeswitch.org
Mon May 26 16:06:38 EDT 2008


Author: stkn
Date: Mon May 26 16:06:37 2008
New Revision: 8673

Modified:
   freeswitch/trunk/src/mod/xml_int/mod_xml_rpc/Makefile

Log:
quickfix for solaris, compile xmlrpc-c with -D__EXTENSIONS__ to get struct sigaction

Modified: freeswitch/trunk/src/mod/xml_int/mod_xml_rpc/Makefile
==============================================================================
--- freeswitch/trunk/src/mod/xml_int/mod_xml_rpc/Makefile	(original)
+++ freeswitch/trunk/src/mod/xml_int/mod_xml_rpc/Makefile	Mon May 26 16:06:37 2008
@@ -68,7 +68,7 @@
 #LOCAL_LIBADD =$(XMLRPCLAS)
 
 LOCAL_CFLAGS = -w -I$(XMLRPC_DIR)/lib/expat/xmlparse -I$(XMLRPC_DIR)/lib/expat/xmltok -I$(XMLRPC_DIR) -I$(XMLRPC_DIR)/include
-LOCAL_CFLAGS+= -I$(XMLRPC_DIR)/lib/abyss/src -I$(XMLRPC_DIR)/lib/util/include -D_THREAD
+LOCAL_CFLAGS+= -I$(XMLRPC_DIR)/lib/abyss/src -I$(XMLRPC_DIR)/lib/util/include -D_THREAD -D__EXTENSIONS__
 
 include $(BASE)/build/modmake.rules
 



More information about the Freeswitch-svn mailing list