提交 b0530b81 authored 作者: Stefan Knoblich's avatar Stefan Knoblich

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

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8673 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 09390e70
...@@ -68,7 +68,7 @@ $(XMLRPC_DIR)/lib/expat/xmltok/xmltok.o ...@@ -68,7 +68,7 @@ $(XMLRPC_DIR)/lib/expat/xmltok/xmltok.o
#LOCAL_LIBADD =$(XMLRPCLAS) #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 = -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 include $(BASE)/build/modmake.rules
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论