From 394ce4a38e4a01726527f2d8be7bb1382ee55bd5 Mon Sep 17 00:00:00 2001 From: mom040267 Date: Mon, 20 Oct 2014 07:42:36 +0000 Subject: [PATCH] lib adjustment for Solaris --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 58047ce..bc31588 100755 --- a/configure +++ b/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 #########################