summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Seiderer <ps.report@gmx.net>2015-03-10 20:59:43 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-03-15 19:13:52 +0100
commita92b8e287a687960dd7e5c78dcbf34006cb35ff8 (patch)
treead030fe46e0f829b916ca77b2cc2fd65a3f4803f
parenta09ed7b758c6d7dc184448bfba8f4d045cb24746 (diff)
downloadbuildroot-a92b8e287a687960dd7e5c78dcbf34006cb35ff8.tar.gz
buildroot-a92b8e287a687960dd7e5c78dcbf34006cb35ff8.zip
php: remove postgresql introduced uclibc dependency for the PostgresSQL support
Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/php/Config.ext4
1 files changed, 0 insertions, 4 deletions
diff --git a/package/php/Config.ext b/package/php/Config.ext
index 57685b23c7..935f966a19 100644
--- a/package/php/Config.ext
+++ b/package/php/Config.ext
@@ -148,14 +148,10 @@ comment "MySQL drivers need a toolchain w/ C++, threads"
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