Index: utils/Makefile =================================================================== RCS file: /usr/cvsroot/asterisk/utils/Makefile,v retrieving revision 1.17 diff -u -r1.17 Makefile --- utils/Makefile 14 Sep 2005 18:47:54 -0000 1.17 +++ utils/Makefile 27 Oct 2005 20:43:16 -0000 @@ -32,6 +32,7 @@ ifeq (${OSARCH},SunOS) SOL=../strcompat.o + SOLLIBS=-lsocket -lnsl endif all: depend $(TARGET) @@ -66,7 +67,7 @@ $(CC) $(CFLAGS) -o smsq ${SOL} smsq.o -lpopt streamplayer: streamplayer.o - $(CC) $(CFLAGS) -o streamplayer ${SOL} streamplayer.o + $(CC) $(CFLAGS) -o streamplayer ${SOL} streamplayer.o ${SOLLIBS} ifneq ($(wildcard .depend),) include .depend