]> git.pld-linux.org Git - packages/php.git/blob - php-cpdf-fix.patch
- release 1.2 ro rebuild with new imap
[packages/php.git] / php-cpdf-fix.patch
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.028773 seconds and 3 git commands to generate.