]> git.pld-linux.org Git - packages/php4.git/blame - php-cpdf-fix.patch
- keep the short_open_tag on
[packages/php4.git] / php-cpdf-fix.patch
CommitLineData
5d133d23 1--- php-5.0.4/ext/cpdf/config.m4.orig 2004-12-30 08:04:10.000000000 +0100
2+++ php-5.0.4/ext/cpdf/config.m4 2005-04-04 22:44:23.169848344 +0200
3@@ -49,6 +49,7 @@
4
5 if test "$PHP_CPDFLIB" != "no"; then
6 PHP_NEW_EXTENSION(cpdf, cpdf.c, $ext_shared,, \\$(GDLIB_CFLAGS))
7+ PHP_ADD_LIBRARY_WITH_PATH(gd, /usr/lib, CPDF_SHARED_LIBADD)
8 PHP_SUBST(CPDF_SHARED_LIBADD)
9 CPDF_JPEG_TEST
10 CPDF_TIFF_TEST
This page took 0.029736 seconds and 4 git commands to generate.