From 192f7413c262000593bc66ea565603eef2f8b938 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Mon, 21 Nov 2005 15:57:51 +0000 Subject: [PATCH] revert previous change for Darwin git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-2@7174 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- ChangeLog | 2 ++ Makefile | 2 ++ 2 files changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index d563e5bcb9..e793f126ed 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2005-11-21 Russell Bryant + * Makefile: Revert previous change for Darwin. + * apps/app_osplookup.c: Properly populate the number of results. (issue #5789) * Makefile: Don't hard-code that poll functionality needs to be provided on Darwin. diff --git a/Makefile b/Makefile index 82d20748f1..039609233e 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