From: foobar Date: Thu, 11 Sep 2003 15:26:53 +0000 (+0000) Subject: MFH: - Fixed bug #25463 (ext/cpdf: compile failure with bundled GD) X-Git-Tag: php-4.3.4RC1~66 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b2a44d9327e4e2dde11c9a3f98462a793d31f89b;p=php MFH: - Fixed bug #25463 (ext/cpdf: compile failure with bundled GD) --- diff --git a/NEWS b/NEWS index a0744e6f39..d81a001c27 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,7 @@ PHP 4 NEWS - Fixed memory leak in gethostbynamel() if an error occurs. (Sara) - Fixed FastCGI being unable to bind to a specific IP. (Sascha) - Fixed bug #23488 (zlib.output_compression overrides Vary header). (Stefan) +- Fixed bug #25463 (ext/cpdf: compile failure with bundled GD) - Fixed bug #25429 (fix copying of stdin using copy() function). (Ilia) - Fixed bug #25424 (ext/informix: lvarchar not supported in win32). (Jani) - Fixed bug #25404 (ext/pgsql: open transactions not closed when script ends). diff --git a/ext/cpdf/config.m4 b/ext/cpdf/config.m4 index 7ec7a13c5a..4f9a8e5cbc 100644 --- a/ext/cpdf/config.m4 +++ b/ext/cpdf/config.m4 @@ -53,7 +53,7 @@ AC_ARG_WITH(cpdflib, PHP_WITH_SHARED if test "$withval" != "no"; then cpdf_withval=$withval - PHP_NEW_EXTENSION(cpdf, cpdf.c, $ext_shared) + PHP_NEW_EXTENSION(cpdf, cpdf.c, $ext_shared,, \\$(GDLIB_CFLAGS)) PHP_SUBST(CPDF_SHARED_LIBADD) CPDF_JPEG_TEST CPDF_TIFF_TEST