[Asterisk-cvs] asterisk/apps Makefile,1.121,1.122
russell
russell
Mon Nov 21 08:32:05 CST 2005
Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv23287/apps
Modified Files:
Makefile
Log Message:
don't hardcode poll.o for Darwin
fix incorrect portion of patch from yesterday's Solaris fixes
Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/Makefile,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -d -r1.121 -r1.122
--- Makefile 21 Nov 2005 02:30:37 -0000 1.121
+++ Makefile 21 Nov 2005 13:21:18 -0000 1.122
@@ -59,7 +59,7 @@
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
More information about the svn-commits
mailing list