]> git.pld-linux.org Git - packages/php.git/blobdiff - php-zlib-for-getimagesize.patch
- merged from php4.spec and adjusted for Ra
[packages/php.git] / php-zlib-for-getimagesize.patch
index 9a2bc9d2820c1bc14b8ebf758c9e72003e8b8ef7..130f0018bb3f069181ec8332c3d7af98f60d4abe 100644 (file)
@@ -2,6 +2,15 @@ make compressed .swf parsing possible,
 link core php with -lz for getimagesize()
 see also http://bugs.php.net/bug.php?id=29611
 
+--- php-4.4.1/ext/zlib/config0.m4~     2006-01-06 19:09:51.000000000 +0200
++++ php-4.4.1/ext/zlib/config0.m4      2006-01-06 19:09:52.000000000 +0200
+@@ -49,5 +49,6 @@
+   PHP_ZLIB_DIR=$ZLIB_DIR
+   PHP_ADD_LIBRARY(z,, ZLIB_SHARED_LIBADD)
+   PHP_ADD_INCLUDE($ZLIB_INCDIR)
++  EXTRA_LIBS="$EXTRA_LIBS $ZLIB_SHARED_LIBADD"
+ fi
 --- php-4.4.1/ext/standard/image.c     2005-07-27 14:22:36.000000000 +0300
 +++ /tmp/image.c       2006-01-06 19:14:00.000000000 +0200
 @@ -31,7 +31,7 @@
This page took 0.553484 seconds and 4 git commands to generate.