mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Add missing module deps
This commit is contained in:
parent
364c2fe5a2
commit
3bca709fbc
2 changed files with 2 additions and 0 deletions
|
@ -60,6 +60,7 @@ Note that the MySQL client library is not bundled anymore.])
|
|||
fi
|
||||
|
||||
PHP_NEW_EXTENSION(pdo_mysql, pdo_mysql.c mysql_driver.c mysql_statement.c, $ext_shared,,-I$pdo_inc_path)
|
||||
PHP_ADD_EXTENSION_DEP(pdo_mysql, pdo)
|
||||
PDO_MYSQL_MODULE_TYPE=external
|
||||
PDO_MYSQL_INCLUDE=-I$MYSQL_INC_DIR
|
||||
|
||||
|
|
|
@ -98,4 +98,5 @@ dnl find PDO sources
|
|||
fi
|
||||
|
||||
PHP_NEW_EXTENSION(pdo_pgsql, pdo_pgsql.c pgsql_driver.c pgsql_statement.c, $ext_shared,,-I$pdo_inc_path)
|
||||
PHP_ADD_EXTENSION_DEP(pdo_pgsql, pdo)
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue