|
@@ -141,6 +141,7 @@ config BR2_PACKAGE_PHP_EXT_PGSQL
|
|
depends on BR2_USE_MMU # postgresql
|
|
depends on BR2_USE_MMU # postgresql
|
|
depends on !BR2_STATIC_LIBS
|
|
depends on !BR2_STATIC_LIBS
|
|
depends on BR2_USE_WCHAR # postgresql
|
|
depends on BR2_USE_WCHAR # postgresql
|
|
|
|
+ depends on !BR2_OPTIMIZE_FAST # postgresql
|
|
select BR2_PACKAGE_POSTGRESQL
|
|
select BR2_PACKAGE_POSTGRESQL
|
|
help
|
|
help
|
|
PostgreSQL support
|
|
PostgreSQL support
|
|
@@ -149,6 +150,9 @@ comment "PostgreSQL extension needs a toolchain w/ dynamic library, wchar"
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_STATIC_LIBS || !BR2_USE_WCHAR
|
|
depends on BR2_STATIC_LIBS || !BR2_USE_WCHAR
|
|
|
|
|
|
|
|
+comment "PostgreSQL extension can't be built with Optimize for fast"
|
|
|
|
+ depends on !BR2_OPTIMIZE_FAST
|
|
|
|
+
|
|
config BR2_PACKAGE_PHP_EXT_SQLITE
|
|
config BR2_PACKAGE_PHP_EXT_SQLITE
|
|
bool "SQLite3"
|
|
bool "SQLite3"
|
|
select BR2_PACKAGE_SQLITE
|
|
select BR2_PACKAGE_SQLITE
|
|
@@ -172,6 +176,7 @@ config BR2_PACKAGE_PHP_EXT_PDO_POSTGRESQL
|
|
depends on BR2_USE_MMU # postgresql
|
|
depends on BR2_USE_MMU # postgresql
|
|
depends on !BR2_STATIC_LIBS
|
|
depends on !BR2_STATIC_LIBS
|
|
depends on BR2_USE_WCHAR # postgresql
|
|
depends on BR2_USE_WCHAR # postgresql
|
|
|
|
+ depends on !BR2_OPTIMIZE_FAST # postgresql
|
|
select BR2_PACKAGE_POSTGRESQL
|
|
select BR2_PACKAGE_POSTGRESQL
|
|
help
|
|
help
|
|
PDO driver for PostgreSQL
|
|
PDO driver for PostgreSQL
|
|
@@ -180,6 +185,9 @@ comment "PostgreSQL drivers need a toolchain w/ wchar, dynamic library"
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_STATIC_LIBS || !BR2_USE_WCHAR
|
|
depends on BR2_STATIC_LIBS || !BR2_USE_WCHAR
|
|
|
|
|
|
|
|
+comment "PostgreSQL drivers can't be built with Optimize for fast"
|
|
|
|
+ depends on !BR2_OPTIMIZE_FAST
|
|
|
|
+
|
|
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
|