hello, Let me explain the purpose of this patch.
Trying to run nnrpd in standalone mode (replicated readers/feeder), on solaris, the nnrrpd process don't execute the network connection to the remote nntp feeder, until i compile and link with "-lresolv -lnsl" on solaris. On linux, i don't need that. Sorry, i can't test on freebsd platform. regards --- 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 OpenPKG Project Robot wrote: > The following OpenPKG Contribution Area operation occurred. > uploaded DIFF file "inn.diff" accepted -- moved to contrib area. > No action is required on your part. > ______________________________________________________________________ > OpenPKG http://openpkg.org > Developer Communication List openpkg-dev@openpkg.org > > ______________________________________________________________________ OpenPKG http://openpkg.org Developer Communication List openpkg-dev@openpkg.org