SPECS: exim.spec - don't overwrite exim cflags (largefile support)

arekm arekm at pld-linux.org
Fri Feb 17 20:22:34 CET 2006


Author: arekm                        Date: Fri Feb 17 19:22:34 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- don't overwrite exim cflags (largefile support)

---- Files affected:
SPECS:
   exim.spec (1.258 -> 1.259) 

---- Diffs:

================================================================
Index: SPECS/exim.spec
diff -u SPECS/exim.spec:1.258 SPECS/exim.spec:1.259
--- SPECS/exim.spec:1.258	Tue Jan 17 16:53:09 2006
+++ SPECS/exim.spec	Fri Feb 17 20:22:28 2006
@@ -16,7 +16,7 @@
 Summary(pt_BR):	Servidor de correio eletrônico exim
 Name:		exim
 Version:	4.60
-Release:	4
+Release:	5
 Epoch:		2
 License:	GPL
 Group:		Networking/Daemons
@@ -44,6 +44,7 @@
 Source16:	%{name}on.png
 Patch0:		%{name}4-EDITME.patch
 Patch1:		%{name}4-monitor-EDITME.patch
+Patch2:		%{name}4-cflags.patch
 Patch3:		%{name}4-use_system_pcre.patch
 Patch4:		%{name}4-Makefile-Default.patch
 # http://marc.merlins.org/linux/exim/files/sa-exim-cvs/localscan_dlopen_exim_4.20_or_better.patch
@@ -161,6 +162,7 @@
 %setup -q -a1 -a7
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
@@ -177,7 +179,7 @@
 %{__make} -j1 \
 	%{?debug:FULLECHO=''} \
 	CC="%{__cc}" \
-	CFLAGS="%{rpmcflags} %{?with_spf:-DEXPERIMENTAL_SPF=yes} %{?with_srs:-DEXPERIMENTAL_SRS=yes} %{?with_dkeys:-DEXPERIMENTAL_DOMAINKEYS=yes}" \
+	CUSTOM_CFLAGS="%{rpmcflags} %{?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} \
@@ -339,6 +341,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.259  2006/02/17 19:22:28  arekm
+- don't overwrite exim cflags (largefile support)
+
 Revision 1.258  2006/01/17 15:53:09  baggins
 - release 4
 - BR openldap 2.3
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/exim.spec?r1=1.258&r2=1.259&f=u



More information about the pld-cvs-commit mailing list