]> git.pld-linux.org Git - packages/php.git/commitdiff
build with -D_FILE_OFFSET_BITS=64 to make php not fail on inode64 mounts
authorElan Ruusamäe <glen@delfi.ee>
Sat, 17 May 2014 22:52:28 +0000 (01:52 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 17 May 2014 22:52:28 +0000 (01:52 +0300)
http://lists.pld-linux.org/mailman/pipermail/pld-devel-en/2014-May/023916.html

php.spec

index 412fd257accdd59f78bd0d01dd5db9fac9313447..e477a863127ac1fd3e1fa3457aa618b583db8a8b 100644 (file)
--- 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="
This page took 0.56327 seconds and 4 git commands to generate.