Skip to content
Snippets Groups Projects
Commit 0e1e513d authored by Mark Spencer's avatar Mark Spencer
Browse files

Fix makefile for apple

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3064 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 58880193
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment