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: 31-Jul-2008 10:32:04
Branch: HEAD Handle: 2008073109320200
Modified files:
openpkg-src/db db.spec
Log:
DB users need also -lsocket and perhaps -lnsl as it looks under
Solaris
Summary:
Revision Changes Path
1.89 +2 -2 openpkg-src/db/db.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/db/db.spec
============================================================================
$ cvs diff -u -r1.88 -r1.89 db.spec
--- openpkg-src/db/db.spec 26 May 2008 20:40:13 -0000 1.88
+++ openpkg-src/db/db.spec 31 Jul 2008 08:32:02 -0000 1.89
@@ -36,7 +36,7 @@
Group: Database
License: BSD
Version: %{V_version}.%{V_revision}
-Release: 20080526
+Release: 20080731
# package options
%option with_pthreads no
@@ -156,7 +156,7 @@
# install pkg-config configuration
libs="-ldb"
case "%{l_platform -t}" in
- *-sunos* ) libs="$libs -lrt" ;;
+ *-sunos* ) libs="$libs -lrt -lsocket -lnsl" ;;
esac
%{l_shtool} mkdir -f -p -m 755 \
$RPM_BUILD_ROOT%{l_prefix}/lib/pkgconfig
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]