SPECS (AC-branch): postfix.spec - don't remove proper CC you m*r*n

shadzik shadzik at pld-linux.org
Mon Sep 10 10:14:44 CEST 2007


Author: shadzik                      Date: Mon Sep 10 08:14:44 2007 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- don't remove proper CC you m*r*n

---- Files affected:
SPECS:
   postfix.spec (1.282.2.16 -> 1.282.2.17) 

---- Diffs:

================================================================
Index: SPECS/postfix.spec
diff -u SPECS/postfix.spec:1.282.2.16 SPECS/postfix.spec:1.282.2.17
--- SPECS/postfix.spec:1.282.2.16	Mon Sep 10 08:37:28 2007
+++ SPECS/postfix.spec	Mon Sep 10 10:14:39 2007
@@ -25,7 +25,7 @@
 Name:		postfix
 Version:	2.3.12
 %define		vda_ver 2.3.7
-Release:	6
+Release:	7
 Epoch:		2
 License:	distributable
 Group:		Networking/Daemons
@@ -250,13 +250,15 @@
 %build
 %{__make} -f Makefile.init makefiles
 %{__make} tidy
+CC="%{__cc}"
+export CC
 %{__make} -j1 \
 	DEBUG="" \
-	OPT="%{rpmcflags} -D_FILE_OFFSET_BITS=64" \
 	%{!?with_ldap:LDAPSO=""} \
 	%{!?with_mysql:MYSQLSO=""} \
 	%{!?with_pgsql:PGSQLSO=""} \
 	CCARGS="%{?with_ldap:-DHAS_LDAP} -DHAS_PCRE %{?with_sasl:-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl} %{?with_mysql:-DHAS_MYSQL -I/usr/include/mysql} %{?with_pgsql:-DHAS_PGSQL -I/usr/include/postgresql} %{?with_ssl:-DUSE_TLS -I/usr/include/openssl} -DMAX_DYNAMIC_MAPS %{?with_cdb:-DHAS_CDB} -DHAVE_GETIFADDRS" \
+	OPT="%{rpmcflags} -D_FILE_OFFSET_BITS=64" \
 	AUXLIBS="-ldb -lresolv %{?with_sasl:-lsasl} %{?with_ssl:-lssl -lcrypto} %{?with_cdb:-lcdb} -lpcre"
 
 %install
@@ -480,6 +482,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.282.2.17  2007/09/10 08:14:39  shadzik
+- don't remove proper CC you m*r*n
+
 Revision 1.282.2.16  2007/09/10 06:37:28  glen
 - no need for ldap,pgsql,mysql libs in AUXLIBS to build those dicts; rel 6
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/postfix.spec?r1=1.282.2.16&r2=1.282.2.17&f=u



More information about the pld-cvs-commit mailing list