Skip to content
Snippets Groups Projects
Commit b67fced7 authored by Kevin P. Fleming's avatar Kevin P. Fleming
Browse files

correct Makefile errors (issue #5072)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6475 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 14806885
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ CFLAGS+=-I$(CROSS_COMPILE_TARGET)/usr/local/include -L$(CROSS_COMPILE_TARGET)/us
endif
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},)
APPS+=app_curl.so
endif
......
......@@ -48,7 +48,7 @@ ifneq (${ULIS_SPEEX},)
endif
ifneq ($(wildcard ilbc/iLBC_decode.h),)
MODILC=codec_ilbc.so
MODILBC=codec_ilbc.so
LIBILBC=ilbc/libilbc.a
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment