[Asterisk-cvs] asterisk ChangeLog,1.141,1.142 Makefile,1.225,1.226

twisted twisted
Wed Nov 16 15:33:58 CST 2005


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

Modified Files:
	ChangeLog Makefile 
Log Message:
Issue # 5757



Index: ChangeLog
===================================================================
RCS file: /usr/cvsroot/asterisk/ChangeLog,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -d -r1.141 -r1.142
--- ChangeLog	16 Nov 2005 18:59:51 -0000	1.141
+++ ChangeLog	16 Nov 2005 20:23:53 -0000	1.142
@@ -1,3 +1,7 @@
+2005-11-16  Josh Roberson <josh at asteriasgi.com>
+
+	* Makefile:  Update to fix non-responsive remote console on Darwin (OSX)(issue #5757)
+
 2005-11-16  Kevin P. Fleming  <kpfleming at digium.com>
 
 	* apps/app_forkcdr.c (forkcdr_exec): issue warning (and don't segfault) if ForkCDR is called on a channel that doesn't have a CDR (issue #5763)
@@ -40,7 +44,7 @@
 
 	* doc/README.variables: Add application exit status variables
 
-2005-11-14  Josh Roberson <josh at asteirasgi.com>
+2005-11-14  Josh Roberson <josh at asteriasgi.com>
 	
 	* manager.c: Fix crash on variable passing from AMI originate (issue #5737)
 

Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/Makefile,v
retrieving revision 1.225
retrieving revision 1.226
diff -u -d -r1.225 -r1.226
--- Makefile	16 Nov 2005 04:11:48 -0000	1.225
+++ Makefile	16 Nov 2005 20:23:53 -0000	1.226
@@ -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