]> git.pld-linux.org Git - packages/php.git/blob - php-wddx-fix.patch
- don't use pcre functions in standard/aggregation functions if building pcre extensi...
[packages/php.git] / php-wddx-fix.patch
1 --- php-4.3.0/ext/wddx/config.m4.orig   Tue Mar 12 17:37:42 2002
2 +++ php-4.3.0/ext/wddx/config.m4        Thu Jan  2 21:00:50 2003
3 @@ -12,4 +12,6 @@
4    fi
5    AC_DEFINE(HAVE_WDDX, 1, [ ])
6    PHP_NEW_EXTENSION(wddx, wddx.c, $ext_shared)
7 +  WDDX_SHARED_LIBADD="-lexpat"
8 +  PHP_SUBST(WDDX_SHARED_LIBADD)
9  fi
This page took 0.071192 seconds and 3 git commands to generate.