]> git.pld-linux.org Git - packages/php.git/blame - php-cpdf-fix.patch
- updated to php5.0.0b3
[packages/php.git] / php-cpdf-fix.patch
CommitLineData
e584ad6b
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
3@@ -53,7 +53,8 @@
4 PHP_WITH_SHARED
5 if test "$withval" != "no"; then
6 cpdf_withval=$withval
5beae860
AG
7- PHP_NEW_EXTENSION(cpdf, cpdf.c, $ext_shared,, \\$(GDLIB_CFLAGS))
8+ PHP_NEW_EXTENSION(cpdf, cpdf.c, $shared,, \\$(GDLIB_CFLAGS))
e584ad6b
JB
9+ ext_shared=$shared
10 PHP_SUBST(CPDF_SHARED_LIBADD)
97926c4e
JB
11 CPDF_JPEG_TEST
12 CPDF_TIFF_TEST
This page took 0.042942 seconds and 4 git commands to generate.