mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 10:18:09 -04:00
14 lines
568 B
Plaintext
14 lines
568 B
Plaintext
$NetBSD: patch-ext_pdo__mysql_config.m4,v 1.1 2013/07/29 16:41:02 taca Exp $
|
|
|
|
--- ext/pdo_mysql/config.m4.orig 2012-05-03 17:10:43.000000000 +0000
|
|
+++ ext/pdo_mysql/config.m4
|
|
@@ -144,7 +144,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_cv_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)
|