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: 27-Dec-2007 13:21:15
Branch: HEAD Handle: 2007122712211500
Modified files:
openpkg-src/drac drac.spec
Log:
port to Solaris 10
Summary:
Revision Changes Path
1.16 +6 -1 openpkg-src/drac/drac.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/drac/drac.spec
============================================================================
$ cvs diff -u -r1.15 -r1.16 drac.spec
--- openpkg-src/drac/drac.spec 27 Oct 2007 11:59:23 -0000 1.15
+++ openpkg-src/drac/drac.spec 27 Dec 2007 12:21:15 -0000 1.16
@@ -33,7 +33,7 @@
Group: Mail
License: BSD
Version: 1.12
-Release: 20071027
+Release: 20071227
# package options
%option with_fsl yes
@@ -86,6 +86,11 @@
ldflags="%{l_ldflags} -ldb"
ldflags_tst="-L. -ldrac"
case "%{l_platform -t}" in
+ *-sunos5.10* )
+ cppflags="$cppflags -DTI_RPC -DFCNTL_LOCK -DSYSINFO"
+ ldflags="$ldflags -lnsl -lrt"
+ ldflags_tst="$ldflags_tst -lnsl -lsocket"
+ ;;
*-sunos5.[6-9]* )
cppflags="$cppflags -DTI_RPC -DFCNTL_LOCK -DSYSINFO"
ldflags="$ldflags -lnsl"
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]