mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-11-03 20:38:59 +00:00 
			
		
		
		
	don't hardcode poll.o for Darwin
fix incorrect portion of patch from yesterday's Solaris fixes git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7168 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		@@ -59,7 +59,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 
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user