[Asterisk-cvs] asterisk ChangeLog,1.170,1.171 Makefile,1.230,1.231
twisted
twisted
Mon Nov 21 10:20:19 CST 2005
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv23897
Modified Files:
ChangeLog Makefile
Log Message:
Re-add explicit poll support for Darwin, as without it, rasterisk (or asterisk -r) is broken under Darwin.
Index: ChangeLog
===================================================================
RCS file: /usr/cvsroot/asterisk/ChangeLog,v
retrieving revision 1.170
retrieving revision 1.171
diff -u -d -r1.170 -r1.171
--- ChangeLog 21 Nov 2005 13:41:28 -0000 1.170
+++ ChangeLog 21 Nov 2005 15:09:31 -0000 1.171
@@ -1,3 +1,7 @@
+2005-11-21 Josh Roberson <josh at asteriasgi.com>
+
+ * Makefile: Re-fix Darwin poll issues.
+
2005-11-21 Russell Bryant <russell at digium.com>
* apps/app_osplookup.c: Properly populate the number of results. (issue #5789)
Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/Makefile,v
retrieving revision 1.230
retrieving revision 1.231
diff -u -d -r1.230 -r1.231
--- Makefile 21 Nov 2005 13:21:18 -0000 1.230
+++ Makefile 21 Nov 2005 15:09:31 -0000 1.231
@@ -363,6 +363,8 @@
AUDIO_LIBS=-framework CoreAudio
ASTLINK=-Wl,-dynamic
SOLINK=-dynamic -bundle -undefined suppress -force_flat_namespace
+ OBJS+=poll.o
+ ASTCFLAGS+=-DPOLLCOMPAT
else
#These are used for all but Darwin
ASTLINK=-Wl,-E
More information about the svn-commits
mailing list