This commit is contained in:
Eelco Dolstra
2011-11-21 13:22:34 +00:00
parent 23e933b3b3
commit 4de3e2a0db
+1 -1
View File
@@ -62,7 +62,7 @@ fi
# Solaris-specific stuff.
if [ "$sys_name" = sunos ]; then
if test "$sys_name" = sunos; then
# Solaris requires -lsocket -lnsl for network functions
LIBS="-lsocket -lnsl $LIBS"
fi