From 854adbe3bd6fcd137e2d78dac42c2c535bf3a945 Mon Sep 17 00:00:00 2001 From: markster Date: Mon, 27 Oct 2003 20:00:41 +0000 Subject: More cleanups and OSX fixes for 10.3 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1678 f38db490-d61c-443f-a65b-d21fe96a405b --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 881d1fa1d..65df33e80 100755 --- a/Makefile +++ b/Makefile @@ -151,6 +151,11 @@ LIBS+=-lncurses -lm ifeq (${OSARCH},Linux) LIBS+=-lresolv #-lnjamd endif +ifeq (${OSARCH},Darwin) +ifeq ($(shell uname -r),7.0.0) +LIBS+=-lresolv +endif +endif OBJS=io.o sched.o logger.o frame.o loader.o config.o channel.o \ translate.o file.o say.o pbx.o cli.o md5.o term.o \ ulaw.o alaw.o callerid.o fskmodem.o image.o app.o \ -- cgit v1.2.3