summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-05-25 02:51:38 +0000
committerMark Spencer <markster@digium.com>2004-05-25 02:51:38 +0000
commit0e1e513d5aba801cccee02614d40bdc51e5b372a (patch)
treef817d4839616fa610fcae475f0759f393106f387
parent588801931f69143f93af224fb79ac1d2eac301b6 (diff)
Fix makefile for apple
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3064 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rwxr-xr-xMakefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2e0898b4c..b6469d32f 100755
--- a/Makefile
+++ b/Makefile
@@ -164,10 +164,8 @@ 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 \