mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
bump version to 2022.02.9
add miyoo_defconfig
This commit is contained in:
@@ -6,6 +6,10 @@ config BR2_PACKAGE_POSTGRESQL
|
||||
# postgresql is unlikely to be used in a pure statically
|
||||
# linked environment.
|
||||
depends on !BR2_STATIC_LIBS
|
||||
depends on !BR2_OPTIMIZE_FAST
|
||||
select BR2_PACKAGE_LIBOPENSSL_ENABLE_BLOWFISH if BR2_PACKAGE_LIBOPENSSL
|
||||
select BR2_PACKAGE_LIBOPENSSL_ENABLE_CAST if BR2_PACKAGE_LIBOPENSSL
|
||||
select BR2_PACKAGE_LIBOPENSSL_ENABLE_DES if BR2_PACKAGE_LIBOPENSSL
|
||||
help
|
||||
PostgreSQL is a powerful, open source object-relational
|
||||
database system.
|
||||
@@ -19,6 +23,18 @@ config BR2_PACKAGE_POSTGRESQL
|
||||
|
||||
http://www.postgresql.org
|
||||
|
||||
if BR2_PACKAGE_POSTGRESQL
|
||||
|
||||
config BR2_PACKAGE_POSTGRESQL_FULL
|
||||
bool "postgresql-full"
|
||||
help
|
||||
Build PostgreSQL, contrib, and documentation.
|
||||
|
||||
endif
|
||||
|
||||
comment "postgresql needs a toolchain w/ dynamic library, wchar"
|
||||
depends on BR2_USE_MMU
|
||||
depends on BR2_STATIC_LIBS || !BR2_USE_WCHAR
|
||||
|
||||
comment "postgresql can't be built with Optimize for fast"
|
||||
depends on BR2_OPTIMIZE_FAST
|
||||
|
||||
Reference in New Issue
Block a user