Files
pkgsrc-ng/lang/php53/patches/patch-al
2013-09-26 17:14:40 +02:00

14 lines
548 B
Plaintext

$NetBSD: patch-al,v 1.1.26.1 2013/07/15 22:32:24 tron Exp $
--- ext/pdo_mysql/config.m4.orig 2013-07-10 17:43:08.000000000 +0000
+++ ext/pdo_mysql/config.m4
@@ -158,7 +158,7 @@ if test "$PHP_PDO_MYSQL" != "no"; then
fi
dnl fix after renaming to pdo_mysql
- PHP_NEW_EXTENSION(pdo_mysql, pdo_mysql.c mysql_driver.c mysql_statement.c, $ext_shared,,-I$pdo_inc_path -I)
+ PHP_NEW_EXTENSION(pdo_mysql, pdo_mysql.c mysql_driver.c mysql_statement.c, $ext_shared)
ifdef([PHP_ADD_EXTENSION_DEP],
[
PHP_ADD_EXTENSION_DEP(pdo_mysql, pdo)