[Asterisk-cvs] asterisk Makefile,1.114.2.10,1.114.2.11

russell russell
Mon Nov 21 12:04:56 CST 2005


Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv24525

Modified Files:
      Tag: v1-0
	Makefile 
Log Message:
re-add explicit poll support for Darwin


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/Makefile,v
retrieving revision 1.114.2.10
retrieving revision 1.114.2.11
diff -u -d -r1.114.2.10 -r1.114.2.11
--- Makefile	17 Oct 2005 22:23:52 -0000	1.114.2.10
+++ Makefile	21 Nov 2005 16:53:51 -0000	1.114.2.11
@@ -216,6 +216,8 @@
 ifeq (${OSARCH},Darwin)
 ASTLINK=-Wl,-dynamic
 SOLINK=-dynamic -bundle -undefined suppress -force_flat_namespace
+OBJS+= poll.o
+CFLAGS+=-DPOLLCOMPAT
 else
 ASTLINK=-Wl,-E 
 SOLINK=-shared -Xlinker -x




More information about the svn-commits mailing list