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

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
parent 388f958e
Branches
Tags
No related merge requests found
...@@ -32,6 +32,7 @@ endif ...@@ -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 ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment