[Asterisk-cvs] asterisk ChangeLog,1.168,1.169 Makefile,1.229,1.230
russell
russell
Mon Nov 21 08:32:05 CST 2005
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv23287
Modified Files:
ChangeLog Makefile
Log Message:
don't hardcode poll.o for Darwin
fix incorrect portion of patch from yesterday's Solaris fixes
Index: ChangeLog
===================================================================
RCS file: /usr/cvsroot/asterisk/ChangeLog,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -d -r1.168 -r1.169
--- ChangeLog 21 Nov 2005 13:04:36 -0000 1.168
+++ ChangeLog 21 Nov 2005 13:21:18 -0000 1.169
@@ -1,5 +1,8 @@
2005-11-21 Russell Bryant <russell at digium.com>
+ * Makefile: Don't hard-code that poll functionality needs to be provided on Darwin.
+ * apps/Makefile: Fix incorrect portion of the patch to fix 'make install' on Solaris.
+
* channels/chan_iax2.c (iax2_getpeername): Return non-zero to indicate that a peer was found when using realtime (issue #5815)
2005-11-20 Russell Bryant <russell at digium.com>
Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/Makefile,v
retrieving revision 1.229
retrieving revision 1.230
diff -u -d -r1.229 -r1.230
--- Makefile 21 Nov 2005 02:30:37 -0000 1.229
+++ Makefile 21 Nov 2005 13:21:18 -0000 1.230
@@ -363,8 +363,6 @@
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