From 35c23fce6f019fdb7faf6f538c7f6fa2a5fd5cc5 Mon Sep 17 00:00:00 2001 From: twisted Date: Wed, 16 Nov 2005 20:23:53 +0000 Subject: Issue # 5757 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7120 f38db490-d61c-443f-a65b-d21fe96a405b --- ChangeLog | 6 +++++- Makefile | 2 ++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9c3bd956e..e99fc6572 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-11-16 Josh Roberson + + * Makefile: Update to fix non-responsive remote console on Darwin (OSX)(issue #5757) + 2005-11-16 Kevin P. Fleming * 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 +2005-11-14 Josh Roberson * manager.c: Fix crash on variable passing from AMI originate (issue #5737) diff --git a/Makefile b/Makefile index 1d4b7c222..c552d2181 100755 --- a/Makefile +++ b/Makefile @@ -363,6 +363,8 @@ ifeq ($(OSARCH),Darwin) 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 -- cgit v1.2.3