openbsd-ports/lang/php/5.3/patches/patch-ext_mysqlnd_config9_m4
sthen cf14dc2f78 update php-5.3 to 5.3.9
- SECURITY fixes: CVE-2012-0057 CVE-2011-4566 CVE-2012-0788 CVE-2012-0789
- sync WANTLIB for php-5.2 while there

ok robert@
2012-01-21 23:34:35 +00:00

12 lines
555 B
Plaintext

$OpenBSD: patch-ext_mysqlnd_config9_m4,v 1.5 2012/01/21 23:34:35 sthen Exp $
--- ext/mysqlnd/config9.m4.orig.port Tue Sep 6 17:38:22 2011
+++ ext/mysqlnd/config9.m4 Wed Jan 18 14:01:40 2012
@@ -16,6 +16,7 @@ if test -z "$PHP_ZLIB_DIR"; then
fi
dnl If some extension uses mysqlnd it will get compiled in PHP core
+PHP_MYSQLND_ENABLED="yes"
if test "$PHP_MYSQLND" != "no" || test "$PHP_MYSQLND_ENABLED" = "yes"; then
mysqlnd_ps_sources="mysqlnd_ps.c mysqlnd_ps_codec.c"
mysqlnd_base_sources="mysqlnd.c mysqlnd_charset.c mysqlnd_wireprotocol.c \