[packages/php/PHP_5_3] build with -D_FILE_OFFSET_BITS=64 to make php not fail on inode64 mounts

glen glen at pld-linux.org
Sun May 18 00:55:56 CEST 2014


commit a0106ed918ffc6ff961caa33a8e27003bcfc3133
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sun May 18 01:52:28 2014 +0300

    build with -D_FILE_OFFSET_BITS=64 to make php not fail on inode64 mounts
    
    http://lists.pld-linux.org/mailman/pipermail/pld-devel-en/2014-May/023916.html

 php.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/php.spec b/php.spec
index 412fd25..e477a86 100644
--- a/php.spec
+++ b/php.spec
@@ -2196,7 +2196,7 @@ if [ ! -f _built-conf ]; then
 	touch _built-conf
 fi
 export PROG_SENDMAIL="/usr/lib/sendmail"
-export CPPFLAGS="-DDEBUG_FASTCGI -DHAVE_STRNDUP %{rpmcppflags} \
+export CPPFLAGS="-DDEBUG_FASTCGI -DHAVE_STRNDUP %{rpmcppflags} -D_FILE_OFFSET_BITS=64 \
 	-I%{_includedir}/xmlrpc-epi"
 
 sapis="
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php.git/commitdiff/92dc4300673c0767b4395ff3f3b006914d21ce3b



More information about the pld-cvs-commit mailing list