projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a09ed7b
)
php: remove postgresql introduced uclibc dependency for the PostgresSQL support
author
Peter Seiderer
<ps.report@gmx.net>
Tue, 10 Mar 2015 19:59:43 +0000
(20:59 +0100)
committer
Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>
Sun, 15 Mar 2015 18:13:52 +0000
(19:13 +0100)
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/php/Config.ext
patch
|
blob
|
history
diff --git
a/package/php/Config.ext
b/package/php/Config.ext
index 57685b23c715b2cdc9a7e7af0d2dc5e324922827..935f966a1951c52367e783f8733c2f02cc27f842 100644
(file)
--- 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