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: 14-Feb-2007 20:39:02
Branch: HEAD Handle: 2007021419390200
Modified files:
openpkg-src/postfix postfix.spec
Log:
be more politically correct and use Makefile.init for generating the
(new) Makefile because the shipped Makefile actually is a copy of
Makefile.init (as too much people else would stumble over their feets
here)
Summary:
Revision Changes Path
1.251 +2 -2 openpkg-src/postfix/postfix.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/postfix/postfix.spec
============================================================================
$ cvs diff -u -r1.250 -r1.251 postfix.spec
--- openpkg-src/postfix/postfix.spec 31 Jan 2007 09:53:13 -0000 1.250
+++ openpkg-src/postfix/postfix.spec 14 Feb 2007 19:39:02 -0000 1.251
@@ -38,7 +38,7 @@
Group: Mail
License: IPL
Version: %{V_postfix}
-Release: 20070131
+Release: 20070214
# package options
%option with_fsl yes
@@ -210,7 +210,7 @@
case "%{l_platform -t}" in
*-sunos* ) AUXLIBS="$AUXLIBS -lrt" ;;
esac
- %{l_make} %{l_mflags} makefiles \
+ %{l_make} %{l_mflags} -f Makefile.init makefiles \
CC="%{l_cc}" CCARGS="$CCARGS" AUXLIBS="$AUXLIBS"
# configure Postfix (hard-core part II)
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]