lib adjustment for Solaris

This commit is contained in:
mom040267 2014-10-20 07:42:36 +00:00
parent 31ebc0cc18
commit 394ce4a38e

1
configure vendored
View File

@ -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
#########################