OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 10-Feb-2007 14:56:51
Branch: HEAD Handle: 2007021013565100
Modified files:
openpkg-src/inn inn.spec
Log:
add a workaround for Solaris nnrpd(8) connection problems
Summary:
Revision Changes Path
1.104 +2 -2 openpkg-src/inn/inn.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/inn/inn.spec
============================================================================
$ cvs diff -u -r1.103 -r1.104 inn.spec
--- openpkg-src/inn/inn.spec 1 Jan 2007 17:38:40 -0000 1.103
+++ openpkg-src/inn/inn.spec 10 Feb 2007 13:56:51 -0000 1.104
@@ -33,7 +33,7 @@
Group: News
License: ISC
Version: 2.4.3
-Release: 20061013
+Release: 20070210
# package options
%option with_fsl yes
@@ -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 http://openpkg.org
CVS Repository Commit List [email protected]