SPECS (AC-branch): exim.spec - disable dsn for now
arekm
arekm at pld-linux.org
Thu Sep 21 11:21:49 CEST 2006
Author: arekm Date: Thu Sep 21 09:21:49 2006 GMT
Module: SPECS Tag: AC-branch
---- Log message:
- disable dsn for now
---- Files affected:
SPECS:
exim.spec (1.261.2.9 -> 1.261.2.10)
---- Diffs:
================================================================
Index: SPECS/exim.spec
diff -u SPECS/exim.spec:1.261.2.9 SPECS/exim.spec:1.261.2.10
--- SPECS/exim.spec:1.261.2.9 Thu Sep 21 11:19:59 2006
+++ SPECS/exim.spec Thu Sep 21 11:21:44 2006
@@ -10,6 +10,7 @@
%bcond_without spf # without spf support
%bcond_without srs # without srs support
%bcond_without dkeys # without domainkeys support
+%bcond_with dsn # experimental DSN
#
Summary: University of Cambridge Mail Transfer Agent
Summary(pl): Agent Transferu Poczty Uniwersytetu w Cambridge
@@ -169,7 +170,7 @@
%patch4 -p1
%patch5 -p1
%patch6 -p1
-%patch7 -p1
+%{?with_dsn:%patch7 -p1}
%patch8 -p1
install %{SOURCE13} doc/FAQ.txt.bz2
@@ -183,7 +184,7 @@
%{__make} -j1 \
%{?debug:FULLECHO=''} \
CC="%{__cc}" \
- CUSTOM_CFLAGS="%{rpmcflags} -DSUPPORT_DSN=yes %{?with_spf:-DEXPERIMENTAL_SPF=yes} %{?with_srs:-DEXPERIMENTAL_SRS=yes} %{?with_dkeys:-DEXPERIMENTAL_DOMAINKEYS=yes}" \
+ 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 \
XLFLAGS=-L%{_prefix}/X11R6/%{_lib} \
X11_LD_LIB=%{_prefix}/X11R6/%{_lib} \
@@ -336,6 +337,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.261.2.10 2006/09/21 09:21:44 arekm
+- disable dsn for now
+
Revision 1.261.2.9 2006/09/21 09:19:59 arekm
- up dsn patch to 1.3
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/exim.spec?r1=1.261.2.9&r2=1.261.2.10&f=u
More information about the pld-cvs-commit
mailing list