mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-17 23:38:23 +00:00
Fix makefile for apple
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3064 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
2
Makefile
2
Makefile
@@ -164,10 +164,8 @@ ifeq (${OSARCH},Linux)
|
|||||||
LIBS+=-lresolv #-lnjamd
|
LIBS+=-lresolv #-lnjamd
|
||||||
endif
|
endif
|
||||||
ifeq (${OSARCH},Darwin)
|
ifeq (${OSARCH},Darwin)
|
||||||
ifeq ($(shell uname -r),7.0.0)
|
|
||||||
LIBS+=-lresolv
|
LIBS+=-lresolv
|
||||||
endif
|
endif
|
||||||
endif
|
|
||||||
OBJS=io.o sched.o logger.o frame.o loader.o config.o channel.o \
|
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 \
|
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 \
|
ulaw.o alaw.o callerid.o fskmodem.o image.o app.o \
|
||||||
|
|||||||
Reference in New Issue
Block a user