Re-add explicit poll support for Darwin, as without it, rasterisk (or asterisk -r) is broken under Darwin.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7172 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Josh Roberson
2005-11-21 15:09:31 +00:00
parent aeac8bf137
commit d34be7edf7
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2005-11-21 Josh Roberson <josh@asteriasgi.com>
* Makefile: Re-fix Darwin poll issues.
2005-11-21 Russell Bryant <russell@digium.com>
* apps/app_osplookup.c: Properly populate the number of results. (issue #5789)

View File

@@ -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