mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +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:
+1
-1
@@ -1240,7 +1240,7 @@ SEARCH_INCLUDES = YES
|
||||
# contain include files that are not input files but should be processed by
|
||||
# the preprocessor.
|
||||
|
||||
INCLUDE_PATH =../libs/apr ../libs/apr-util ../libs/curl \
|
||||
INCLUDE_PATH =../libs/apr ../libs/apr-util \
|
||||
../libs/iksemel ../libs/ilbc ../libs/js \
|
||||
../libs/libedit ../libs/libg722_1 ../libs/libnatpmp \
|
||||
../libs/libsndfile ../libs/miniupnpc \
|
||||
|
||||
Reference in New Issue
Block a user