]> granicus.if.org Git - php/commitdiff
MFH: - Fixed bug #25463 (ext/cpdf: compile failure with bundled GD)
authorfoobar <sniper@php.net>
Thu, 11 Sep 2003 15:26:53 +0000 (15:26 +0000)
committerfoobar <sniper@php.net>
Thu, 11 Sep 2003 15:26:53 +0000 (15:26 +0000)
NEWS
ext/cpdf/config.m4

diff --git a/NEWS b/NEWS
index a0744e6f39c25f359b2abbd21504bd131d9837fe..d81a001c2730d61bccba8fddf6621d3bd1e1f835 100644 (file)
--- 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). 
index 7ec7a13c5a65be22a9f09566021f81cfeb4204fa..4f9a8e5cbc6b9249e7f4311d21001a7685a92f52 100644 (file)
@@ -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