]> git.pld-linux.org Git - packages/php.git/commitdiff
Revert "build with -D_FILE_OFFSET_BITS=64 to make php not fail on inode64 mounts"
authorElan Ruusamäe <glen@delfi.ee>
Mon, 26 May 2014 05:23:09 +0000 (08:23 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 26 May 2014 05:23:09 +0000 (08:23 +0300)
This reverts commit a0106ed918ffc6ff961caa33a8e27003bcfc3133.

Unknown issues with php-zlib

php.spec

index 114e3c9305cb3f5113a4d3156b1c1441243ca09f..149b258e0f8c5e4154be9b79cebf4919eeafbd0b 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -2195,7 +2195,7 @@ if [ ! -f _built-conf ]; then
        touch _built-conf
 fi
 export PROG_SENDMAIL="/usr/lib/sendmail"
-export CPPFLAGS="-DDEBUG_FASTCGI -DHAVE_STRNDUP %{rpmcppflags} -D_FILE_OFFSET_BITS=64 \
+export CPPFLAGS="-DDEBUG_FASTCGI -DHAVE_STRNDUP %{rpmcppflags} \
        -I%{_includedir}/xmlrpc-epi"
 
 sapis="
This page took 0.039455 seconds and 4 git commands to generate.