summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorSteve Murphy <murf@digium.com>2007-09-11 22:37:20 +0000
committerSteve Murphy <murf@digium.com>2007-09-11 22:37:20 +0000
commitc88e216a14dbc3960fc82f74a5b173b0cbb26bf6 (patch)
treea4df544cd3a1ba20ed815cdfdd974168b9403c37 /utils
parentc23f7d8b3892e9c58f618613b837ab31c54f1609 (diff)
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
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile2
1 files changed, 1 insertions, 1 deletions
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