mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-19 11:42:27 +00:00
Issue # 5757
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7120 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2005-11-16 Josh Roberson <josh@asteriasgi.com>
|
||||||
|
|
||||||
|
* Makefile: Update to fix non-responsive remote console on Darwin (OSX)(issue #5757)
|
||||||
|
|
||||||
2005-11-16 Kevin P. Fleming <kpfleming@digium.com>
|
2005-11-16 Kevin P. Fleming <kpfleming@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)
|
* 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
|
* doc/README.variables: Add application exit status variables
|
||||||
|
|
||||||
2005-11-14 Josh Roberson <josh@asteirasgi.com>
|
2005-11-14 Josh Roberson <josh@asteriasgi.com>
|
||||||
|
|
||||||
* manager.c: Fix crash on variable passing from AMI originate (issue #5737)
|
* manager.c: Fix crash on variable passing from AMI originate (issue #5737)
|
||||||
|
|
||||||
|
2
Makefile
2
Makefile
@@ -363,6 +363,8 @@ ifeq ($(OSARCH),Darwin)
|
|||||||
AUDIO_LIBS=-framework CoreAudio
|
AUDIO_LIBS=-framework CoreAudio
|
||||||
ASTLINK=-Wl,-dynamic
|
ASTLINK=-Wl,-dynamic
|
||||||
SOLINK=-dynamic -bundle -undefined suppress -force_flat_namespace
|
SOLINK=-dynamic -bundle -undefined suppress -force_flat_namespace
|
||||||
|
OBJS+=poll.o
|
||||||
|
ASTCFLAGS+=-DPOLLCOMPAT
|
||||||
else
|
else
|
||||||
#These are used for all but Darwin
|
#These are used for all but Darwin
|
||||||
ASTLINK=-Wl,-E
|
ASTLINK=-Wl,-E
|
||||||
|
Reference in New Issue
Block a user