mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
Fix build of CVS head on Solaris (bug #5527)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6895 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -32,6 +32,7 @@ endif
|
|||||||
|
|
||||||
ifeq (${OSARCH},SunOS)
|
ifeq (${OSARCH},SunOS)
|
||||||
SOL=../strcompat.o
|
SOL=../strcompat.o
|
||||||
|
SOLLIBS=-lsocket -lnsl
|
||||||
endif
|
endif
|
||||||
|
|
||||||
all: depend $(TARGET)
|
all: depend $(TARGET)
|
||||||
@@ -66,7 +67,7 @@ smsq: smsq.o
|
|||||||
$(CC) $(CFLAGS) -o smsq ${SOL} smsq.o -lpopt
|
$(CC) $(CFLAGS) -o smsq ${SOL} smsq.o -lpopt
|
||||||
|
|
||||||
streamplayer: streamplayer.o
|
streamplayer: streamplayer.o
|
||||||
$(CC) $(CFLAGS) -o streamplayer ${SOL} streamplayer.o
|
$(CC) $(CFLAGS) -o streamplayer ${SOL} streamplayer.o ${SOLLIBS}
|
||||||
|
|
||||||
ifneq ($(wildcard .depend),)
|
ifneq ($(wildcard .depend),)
|
||||||
include .depend
|
include .depend
|
||||||
|
Reference in New Issue
Block a user