]> git.pld-linux.org Git - packages/php.git/blame - php-cpdf-fix.patch
- release 1.2 ro rebuild with new imap
[packages/php.git] / php-cpdf-fix.patch
CommitLineData
84a06529 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
3@@ -53,7 +53,8 @@
4 PHP_WITH_SHARED
5 if test "$withval" != "no"; then
6 cpdf_withval=$withval
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
This page took 0.081237 seconds and 4 git commands to generate.