mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
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>
This commit is contained in:
parent
a09ed7b758
commit
a92b8e287a
@ -148,14 +148,10 @@ comment "MySQL drivers need a toolchain w/ C++, threads"
|
|||||||
|
|
||||||
config BR2_PACKAGE_PHP_EXT_PDO_POSTGRESQL
|
config BR2_PACKAGE_PHP_EXT_PDO_POSTGRESQL
|
||||||
bool "PostgreSQL"
|
bool "PostgreSQL"
|
||||||
depends on BR2_TOOLCHAIN_USES_GLIBC
|
|
||||||
select BR2_PACKAGE_POSTGRESQL
|
select BR2_PACKAGE_POSTGRESQL
|
||||||
help
|
help
|
||||||
PDO driver for PostgreSQL
|
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
|
config BR2_PACKAGE_PHP_EXT_PDO_SQLITE
|
||||||
bool "SQLite3"
|
bool "SQLite3"
|
||||||
select BR2_PACKAGE_SQLITE
|
select BR2_PACKAGE_SQLITE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user