From d34be7edf7ac6484e1567ce162a99f4d3c4c09d5 Mon Sep 17 00:00:00 2001 From: Josh Roberson Date: Mon, 21 Nov 2005 15:09:31 +0000 Subject: [PATCH] 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 --- ChangeLog | 4 ++++ Makefile | 2 ++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7675e7bea6..91157642ae 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-11-21 Josh Roberson + + * Makefile: Re-fix Darwin poll issues. + 2005-11-21 Russell Bryant * apps/app_osplookup.c: Properly populate the number of results. (issue #5789) diff --git a/Makefile b/Makefile index 82d20748f1..69e57fea41 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 -- 2.47.2