mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +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) | ||||
|   SOL=../strcompat.o | ||||
|   SOLLIBS=-lsocket -lnsl | ||||
| endif | ||||
|  | ||||
| all: depend $(TARGET) | ||||
| @@ -66,7 +67,7 @@ smsq: smsq.o | ||||
| 	$(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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user