SPECS: postfix.spec - add -D_FILE_OFFSET_BITS=64 to CFLAGS to avoi...

baggins baggins at pld-linux.org
Mon Jan 8 19:57:28 CET 2007


Author: baggins                      Date: Mon Jan  8 18:57:28 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- add -D_FILE_OFFSET_BITS=64 to CFLAGS to avoid severe problems with fstat
  with 32bit app running on 64bit kernel

---- Files affected:
SPECS:
   postfix.spec (1.264 -> 1.265) 

---- Diffs:

================================================================
Index: SPECS/postfix.spec
diff -u SPECS/postfix.spec:1.264 SPECS/postfix.spec:1.265
--- SPECS/postfix.spec:1.264	Mon Jan  8 11:59:53 2007
+++ SPECS/postfix.spec	Mon Jan  8 19:57:23 2007
@@ -236,7 +236,7 @@
 %{__make} tidy
 %{__make} \
 	DEBUG="" \
-	OPT="%{rpmcflags}" \
+	OPT="%{rpmcflags} -D_FILE_OFFSET_BITS=64" \
 	%{!?with_ldap:LDAPSO=""} \
 	%{!?with_mysql:MYSQLSO=""} \
 	%{!?with_pgsql:PGSQLSO=""} \
@@ -422,6 +422,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.265  2007/01/08 18:57:23  baggins
+- add -D_FILE_OFFSET_BITS=64 to CFLAGS to avoid severe problems with fstat
+  with 32bit app running on 64bit kernel
+
 Revision 1.264  2007/01/08 10:59:53  aflinta
  - up to 2.3.6
  - not tested
================================================================

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



More information about the pld-cvs-commit mailing list