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
This commit is contained in:
parent
f85be6ffa1
commit
c03e917282
|
@ -1,8 +1,6 @@
|
||||||
MODNAME=mod_spidermonkey
|
MODNAME=mod_spidermonkey
|
||||||
include sm.mak
|
include sm.mak
|
||||||
LOCAL_CFLAGS += -I$(BASE)/libs/curl/include
|
WANT_CURL=yes
|
||||||
LOCAL_LDFLAGS += $(BASE)/libs/curl/lib/libcurl.la
|
|
||||||
|
|
||||||
include ../../../../build/modmake.rules
|
include ../../../../build/modmake.rules
|
||||||
|
|
||||||
local_depend:
|
local_depend:
|
||||||
|
|
|
@ -3,10 +3,5 @@
|
||||||
|
|
||||||
# and define these variables to impact your build
|
# and define these variables to impact your build
|
||||||
MODNAME=mod_xml_curl
|
MODNAME=mod_xml_curl
|
||||||
LOCAL_CFLAGS=-I$(BASE)/libs/curl/include
|
WANT_CURL=yes
|
||||||
LOCAL_LDFLAGS=$(BASE)/libs/curl/lib/libcurl.la
|
|
||||||
LOCAL_OBJS=
|
|
||||||
include ../../../../build/modmake.rules
|
include ../../../../build/modmake.rules
|
||||||
|
|
||||||
local_depend:
|
|
||||||
cd $(BASE)/libs/curl && $(MAKE)
|
|
||||||
|
|
Loading…
Reference in New Issue