From 4d7d64c096963446029501683f31cf1a5ca87eff Mon Sep 17 00:00:00 2001 From: murf Date: Tue, 11 Sep 2007 22:37:20 +0000 Subject: This solves an unreported solaris compile problem (missing -lnsl -lsocket). git-svn-id: http://svn.digium.com/svn/asterisk/trunk@82268 f38db490-d61c-443f-a65b-d21fe96a405b --- utils/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') diff --git a/utils/Makefile b/utils/Makefile index 00144b081..533912bf1 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -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 -- cgit v1.2.3