Files
pkgsrc-ng/lang/php53/patches/patch-al
2014-11-05 12:41:07 +01:00

14 lines
543 B
Plaintext

$NetBSD: patch-al,v 1.2 2013/07/12 00:07:04 taca 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)