]> git.pld-linux.org Git - packages/php4.git/blame - php4-cpdf-fix.patch
- rel 8; see cvs log php-openssl-huge-hack.patch for details
[packages/php4.git] / php4-cpdf-fix.patch
CommitLineData
5c7004b5
JB
1--- php-4.3.3RC3/ext/cpdf/config.m4.orig 2003-06-26 20:06:46.000000000 +0200
2+++ php-4.3.3RC3/ext/cpdf/config.m4 2003-08-16 16:03:49.062764192 +0200
fb89d575
AM
3@@ -48,7 +48,8 @@
4 [ --with-cpdflib[=DIR] Include cpdflib support (requires cpdflib >= 2).])
5
6 if test "$PHP_CPDFLIB" != "no"; then
7- PHP_NEW_EXTENSION(cpdf, cpdf.c, $ext_shared,, \\$(GDLIB_CFLAGS))
8+ PHP_NEW_EXTENSION(cpdf, cpdf.c, $shared,, \\$(GDLIB_CFLAGS))
9+ ext_shared=$shared
10 PHP_SUBST(CPDF_SHARED_LIBADD)
11 CPDF_JPEG_TEST
12 CPDF_TIFF_TEST
13
This page took 0.035117 seconds and 4 git commands to generate.