|
@@ -151,7 +151,7 @@ comment "PostgreSQL extension needs a toolchain w/ dynamic library, 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
|
|
|
+ depends on BR2_OPTIMIZE_FAST
|
|
|
|
|
|
config BR2_PACKAGE_PHP_EXT_SQLITE
|
|
|
bool "SQLite3"
|
|
@@ -186,7 +186,7 @@ comment "PostgreSQL drivers need a toolchain w/ wchar, dynamic library"
|
|
|
depends on BR2_STATIC_LIBS || !BR2_USE_WCHAR
|
|
|
|
|
|
comment "PostgreSQL drivers can't be built with Optimize for fast"
|
|
|
- depends on !BR2_OPTIMIZE_FAST
|
|
|
+ depends on BR2_OPTIMIZE_FAST
|
|
|
|
|
|
config BR2_PACKAGE_PHP_EXT_PDO_SQLITE
|
|
|
bool "SQLite3"
|