dect
/
asterisk
Archived
13
0
Fork 0

Fix so that asterisk continues to build if libcurl is not present or the correct

version. bug #3982.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5463 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
mattf 2005-04-13 15:17:41 +00:00
parent 0cd39650cf
commit 25c6087b37
1 changed files with 8 additions and 6 deletions

View File

@ -57,12 +57,14 @@ APPS+=$(shell if [ -f $(CROSS_COMPILE_TARGET)/usr/local/include/zaptel.h ]; then
APPS+=$(shell if [ -f $(CROSS_COMPILE_TARGET)/usr/include/osp/osp.h ]; then echo "app_osplookup.so" ; fi)
CURLLIBS=$(shell $(CROSS_COMPILE_BIN)curl-config --libs)
ifneq (${CURLLIBS},)
APPS+=app_curl.so
ifeq (${OSARCH},OpenBSD)
CFLAGS+=-I$(CROSS_COMPILE_TARGET)/usr/local/include
endif
endif
ifneq ($(shell if [[ 0x`$(CROSS_COMPILE_BIN)curl-config --vernum` -ge 0x70907 ]]; then echo "OK" ; fi),)
ifneq (${CURLLIBS},)
APPS+=app_curl.so
ifeq (${OSARCH},OpenBSD)
CFLAGS+=-I$(CROSS_COMPILE_TARGET)/usr/local/include
endif
endif
endif
CFLAGS+=-fPIC
#
# If you have MySQL 4.1 or later you can use ODBC