Browse Source

lib adjustment for Solaris

mom040267 11 years ago
parent
commit
394ce4a38e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      configure

+ 1 - 0
configure

@@ -585,6 +585,7 @@ SYSTEM=`uname`
 if [ "${SYSTEM}" = "SunOS" ] ; then
 # Solaris ? is this you ?!
     OSCFLAGS="${OSCFLAGS} -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 -DTURN_NO_GETDOMAINNAME"
+    OSLIBS="${OSLIBS} -lnsl"
 fi
 
 #########################