OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 06-Dec-2004 17:53:03
Branch: HEAD Handle: 2004120616530200
Modified files:
openpkg-src/postfix postfix.spec
Log:
conditionally specify missing realtime functions library
Summary:
Revision Changes Path
1.211 +4 -1 openpkg-src/postfix/postfix.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/postfix/postfix.spec
============================================================================
$ cvs diff -u -r1.210 -r1.211 postfix.spec
--- openpkg-src/postfix/postfix.spec 23 Oct 2004 07:14:23 -0000 1.210
+++ openpkg-src/postfix/postfix.spec 6 Dec 2004 16:53:02 -0000 1.211
@@ -42,7 +42,7 @@
Group: Mail
License: IPL
Version: %{V_postfix}
-Release: 20041023
+Release: 20041206
# package options
%option with_fsl yes
@@ -258,6 +258,9 @@
CCARGS="$CCARGS -DFD_SETSIZE=%{with_fdsetsize}"
%endif
%endif
+ case "%{l_platform -t}" in
+ *-sunos* ) AUXLIBS="$AUXLIBS -lrt" ;;
+ esac
%{l_make} %{l_mflags} makefiles \
CC="%{l_cc}" CCARGS="$CCARGS" AUXLIBS="$AUXLIBS"
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]