mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 21:22:09 +00:00
Require libcurl as a system dependency
This purges libcurl from our tree and requires it to be present on the system for building and running FreeSWITCH. FS-353
This commit is contained in:
@@ -4,6 +4,6 @@ MODNAME=mod_xml_curl
|
||||
mod_LTLIBRARIES = mod_xml_curl.la
|
||||
mod_xml_curl_la_SOURCES = mod_xml_curl.c
|
||||
mod_xml_curl_la_CFLAGS = $(AM_CFLAGS)
|
||||
mod_xml_curl_la_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
mod_xml_curl_la_CPPFLAGS = $(CURL_CFLAGS) $(AM_CPPFLAGS)
|
||||
mod_xml_curl_la_LIBADD = $(switch_builddir)/libfreeswitch.la
|
||||
mod_xml_curl_la_LDFLAGS = -avoid-version -module -no-undefined -shared
|
||||
mod_xml_curl_la_LDFLAGS = $(CURL_LIBS) -avoid-version -module -no-undefined -shared
|
||||
|
||||
Reference in New Issue
Block a user