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:
Travis Cross
2014-03-20 16:36:10 +00:00
parent c993962d0b
commit 1470622292
277 changed files with 34 additions and 76612 deletions
+2 -2
View File
@@ -4,6 +4,6 @@ MODNAME=mod_httapi
mod_LTLIBRARIES = mod_httapi.la
mod_httapi_la_SOURCES = mod_httapi.c
mod_httapi_la_CFLAGS = $(AM_CFLAGS)
mod_httapi_la_CPPFLAGS = $(AM_CPPFLAGS)
mod_httapi_la_CPPFLAGS = $(CURL_CFLAGS) $(AM_CPPFLAGS)
mod_httapi_la_LIBADD = $(switch_builddir)/libfreeswitch.la
mod_httapi_la_LDFLAGS = -avoid-version -module -no-undefined -shared
mod_httapi_la_LDFLAGS = $(CURL_LIBS) -avoid-version -module -no-undefined -shared