mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	This solves an unreported solaris compile problem (missing -lnsl -lsocket).
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@82268 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -132,7 +132,7 @@ hashtest2.o : hashtest2.c | ||||
| 	$(CC) -g -O0 -c hashtest2.c $(PTHREAD_CFLAGS) -I/usr/include -I../include | ||||
|  | ||||
| hashtest2 : hashtest2.o md5.o utils.o astobj2.o sha1.o strcompat.o | ||||
| 	$(CC) -g -O0 -o hashtest2 hashtest2.o astobj2.o utils.o md5.o sha1.o strcompat.o $(PTHREAD_CFLAGS) $(PTHREAD_LIBS) | ||||
| 	$(CC) -g -O0 -o hashtest2 hashtest2.o astobj2.o utils.o md5.o sha1.o strcompat.o $(PTHREAD_CFLAGS) $(PTHREAD_LIBS) $(LIBS) | ||||
|  | ||||
| extconf.o : extconf.c | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user