From: PLI <philippe.libat@free.fr>
Date: 08-Feb-2007
Subject: small fix: inn on solaris
--- inn.spec.orig	2007-02-08 23:54:16.000000000 +0100
+++ inn.spec	2007-02-08 23:54:31.000000000 +0100
@@ -91,7 +91,7 @@
     #   correctly specify missing realtime functions library
     LIBS="%{l_fsl_libs}"
     case "%{l_platform -t}" in
-        *-sunos* ) LIBS="$LIBS -lrt" ;;
+        *-sunos* ) LIBS="$LIBS -lrt -lresolv -lnsl" ;;
     esac
 
     #   configure the source tree
