SPECS (AC-branch): postfix.spec - add -D_FILE_OFFSET_BITS=64 to CF...

baggins baggins at pld-linux.org
Mon Jan 8 19:54:06 CET 2007


Author: baggins                      Date: Mon Jan  8 18:54:06 2007 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- add -D_FILE_OFFSET_BITS=64 to CFLAGS to avoid problems with with fstat
  with 32bit app running on 64bit kernel
- release 9

---- Files affected:
SPECS:
   postfix.spec (1.251.2.2 -> 1.251.2.3) 

---- Diffs:

================================================================
Index: SPECS/postfix.spec
diff -u SPECS/postfix.spec:1.251.2.2 SPECS/postfix.spec:1.251.2.3
--- SPECS/postfix.spec:1.251.2.2	Wed Dec 20 14:02:38 2006
+++ SPECS/postfix.spec	Mon Jan  8 19:54:01 2007
@@ -23,7 +23,7 @@
 Summary(sk):	Agent prenosu pošty Postfix
 Name:		postfix
 Version:	2.2.5
-Release:	8
+Release:	9
 Epoch:		2
 License:	distributable
 Group:		Networking/Daemons
@@ -232,7 +232,7 @@
 %{__make} tidy
 %{__make} \
 	DEBUG="" \
-	OPT="%{rpmcflags}" \
+	OPT="%{rpmcflags}  -D_FILE_OFFSET_BITS=64" \
 	%{!?with_ldap:LDAPSO=""} \
 	%{!?with_mysql:MYSQLSO=""} \
 	%{!?with_pgsql:PGSQLSO=""} \
@@ -418,6 +418,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.251.2.3  2007/01/08 18:54:01  baggins
+- add -D_FILE_OFFSET_BITS=64 to CFLAGS to avoid problems with with fstat
+  with 32bit app running on 64bit kernel
+- release 9
+
 Revision 1.251.2.2  2006/12/20 13:02:38  hawk
 - release 8 to rebuild with PostgreSQL 8.2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/postfix.spec?r1=1.251.2.2&r2=1.251.2.3&f=u



More information about the pld-cvs-commit mailing list