SPECS (AC-branch): exim.spec - removed bogus NOTE about not passin...
twittner
twittner at pld-linux.org
Sat Dec 2 23:45:13 CET 2006
Author: twittner Date: Sat Dec 2 22:45:13 2006 GMT
Module: SPECS Tag: AC-branch
---- Log message:
- removed bogus NOTE about not passing CFLAGS
- always set FULLECHO='' (it stands for: every option passed
to compiler will be visible) to avoid confusion
- back to rel. 3
---- Files affected:
SPECS:
exim.spec (1.261.2.12 -> 1.261.2.13)
---- Diffs:
================================================================
Index: SPECS/exim.spec
diff -u SPECS/exim.spec:1.261.2.12 SPECS/exim.spec:1.261.2.13
--- SPECS/exim.spec:1.261.2.12 Sat Dec 2 23:18:10 2006
+++ SPECS/exim.spec Sat Dec 2 23:45:07 2006
@@ -1,7 +1,5 @@
# $Revision$, $Date$
#
-# NOTE: passing CFLAGS via CUSTOM_CFLAGS has NO effect!!!
-#
# Conditional build:
%bcond_without pgsql # without PostgreSQL support
%bcond_without mysql # without MySQL support
@@ -19,7 +17,7 @@
Summary(pt_BR): Servidor de correio eletrônico exim
Name: exim
Version: 4.63
-Release: 3.1
+Release: 3
Epoch: 2
License: GPL
Group: Networking/Daemons
@@ -187,7 +185,7 @@
%build
%{__make} -j1 \
- %{?debug:FULLECHO=''} \
+ FULLECHO='' \
CC="%{__cc}" \
CUSTOM_CFLAGS="%{rpmcflags} %{?with_dsn:-DSUPPORT_DSN=yes} %{?with_spf:-DEXPERIMENTAL_SPF=yes} %{?with_srs:-DEXPERIMENTAL_SRS=yes} %{?with_dkeys:-DEXPERIMENTAL_DOMAINKEYS=yes}" \
LOOKUP_CDB=yes \
@@ -342,6 +340,12 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.261.2.13 2006/12/02 22:45:07 twittner
+- removed bogus NOTE about not passing CFLAGS
+- always set FULLECHO='' (it stands for: every option passed
+ to compiler will be visible) to avoid confusion
+- back to rel. 3
+
Revision 1.261.2.12 2006/12/02 22:18:10 twittner
- fix Exim's infopages: added -info.patch
- don't split info pages (searching works faster under Emacs)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/exim.spec?r1=1.261.2.12&r2=1.261.2.13&f=u
More information about the pld-cvs-commit
mailing list