提交 c03e9172 authored 作者: Michael Jerris's avatar Michael Jerris

move mod_spidermonkey and mod_xml_curl to use new WANT_CURL to add curl to the module

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4593 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 f85be6ff
MODNAME=mod_spidermonkey
include sm.mak
LOCAL_CFLAGS += -I$(BASE)/libs/curl/include
LOCAL_LDFLAGS += $(BASE)/libs/curl/lib/libcurl.la
WANT_CURL=yes
include ../../../../build/modmake.rules
local_depend:
......
......@@ -3,10 +3,5 @@
# and define these variables to impact your build
MODNAME=mod_xml_curl
LOCAL_CFLAGS=-I$(BASE)/libs/curl/include
LOCAL_LDFLAGS=$(BASE)/libs/curl/lib/libcurl.la
LOCAL_OBJS=
WANT_CURL=yes
include ../../../../build/modmake.rules
local_depend:
cd $(BASE)/libs/curl && $(MAKE)
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论