summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 1 insertions, 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