summaryrefslogtreecommitdiffstats
path: root/package/php/Config.ext
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2014-09-01 15:22:07 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-09-01 15:22:07 +0200
commit5aedb8be688d47526101bdb3e58598df588326e6 (patch)
treeae348b9262fdaf123b3b152e65b6116b5ef36cb4 /package/php/Config.ext
parent7f0ce7c8780569afa33b68c9c024bf4072e29a99 (diff)
parent62387a8b11224a9c5320d42e2f0c4e2089d3452b (diff)
downloadbuildroot-5aedb8be688d47526101bdb3e58598df588326e6.tar.gz
buildroot-5aedb8be688d47526101bdb3e58598df588326e6.zip
Merge branch 'next'
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/php/Config.ext')
-rw-r--r--package/php/Config.ext10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/php/Config.ext b/package/php/Config.ext
index e07779acab..6880cd76e4 100644
--- a/package/php/Config.ext
+++ b/package/php/Config.ext
@@ -135,6 +135,16 @@ comment "MySQL drivers need a toolchain w/ C++"
depends on BR2_USE_MMU
depends on !BR2_INSTALL_LIBSTDCPP
+config BR2_PACKAGE_PHP_EXT_PDO_POSTGRESQL
+ bool "PostgreSQL"
+ depends on BR2_TOOLCHAIN_USES_GLIBC
+ select BR2_PACKAGE_POSTGRESQL
+ help
+ PDO driver for PostgreSQL
+
+comment "PostgreSQL driver needs an (e)glibc toolchain"
+ depends on !BR2_TOOLCHAIN_USES_GLIBC
+
config BR2_PACKAGE_PHP_EXT_PDO_SQLITE
bool "SQLite3"
select BR2_PACKAGE_SQLITE
OpenPOWER on IntegriCloud