From 9baa86cb9473f5a6aa9fde22b26350a2674bdf44 Mon Sep 17 00:00:00 2001 From: David Troy Date: Mon, 19 Jun 2006 05:39:42 +0000 Subject: Makefile update git-svn-id: http://svncommunity.digium.com/svn/astmanproxy/branches/1.21pre@124 f02b47b9-160a-0410-81a6-dc3441afb0ec --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a346936..ca2fc0f 100644 --- a/Makefile +++ b/Makefile @@ -40,9 +40,8 @@ ifeq (${OSARCH},Darwin) PERMDIR_REAL=/opt/etc/asterisk LOGDIR=/opt/log/asterisk CERTDIR := /opt/lib/asterisk/certs - OBJS+=poll.o ifeq (${OSREV},7.9.0) - OBJS+=dlfcn.o + OBJS+=dlfcn.o poll.o endif ASTLINK=-Wl,-force_flat_namespace,-dynamic SOLINK=-dynamic -bundle -undefined suppress -force_flat_namespace -- cgit