mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
correct Makefile errors (issue #5072)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6475 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -56,7 +56,7 @@ CFLAGS+=-I$(CROSS_COMPILE_TARGET)/usr/local/include -L$(CROSS_COMPILE_TARGET)/us
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
CURLLIBS=$(shell $(CROSS_COMPILE_BIN)curl-config --libs)
|
CURLLIBS=$(shell $(CROSS_COMPILE_BIN)curl-config --libs)
|
||||||
ifneq ($(shell if [ 0x`$(CROSS_COMPILE_BIN)curl-config --vernum` -ge 0x70907 ]; then echo "OK" ; fi),)
|
ifneq ($(shell if [[ 0x`$(CROSS_COMPILE_BIN)curl-config --vernum` -ge 0x70907 ]]; then echo "OK" ; fi),)
|
||||||
ifneq (${CURLLIBS},)
|
ifneq (${CURLLIBS},)
|
||||||
APPS+=app_curl.so
|
APPS+=app_curl.so
|
||||||
endif
|
endif
|
||||||
|
@@ -48,7 +48,7 @@ ifneq (${ULIS_SPEEX},)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(wildcard ilbc/iLBC_decode.h),)
|
ifneq ($(wildcard ilbc/iLBC_decode.h),)
|
||||||
MODILC=codec_ilbc.so
|
MODILBC=codec_ilbc.so
|
||||||
LIBILBC=ilbc/libilbc.a
|
LIBILBC=ilbc/libilbc.a
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user