Config.in 759 B

1234567891011121314151617181920212223
  1. config BR2_PACKAGE_POSTGRESQL
  2. bool "postgresql"
  3. # PostgreSQL does not build against uClibc with locales
  4. # enabled, due to an uClibc bug, see
  5. # http://lists.uclibc.org/pipermail/uclibc/2014-April/048326.html.
  6. depends on BR2_TOOLCHAIN_USES_GLIBC
  7. select BR2_PACKAGE_READLINE
  8. select BR2_PACKAGE_ZLIB
  9. help
  10. PostgreSQL is a powerful, open source object-relational
  11. database system.
  12. Enable the readline package to gain readline support in
  13. pgsql (the command line interpreter), which offers
  14. command history and edit functions.
  15. Enable the zlib package to gain builtin compression for
  16. archives with pg_dump and pg_restore.
  17. http://www.postgresql.org
  18. comment "postgresql needs a toolchain w/ glibc"
  19. depends on !BR2_TOOLCHAIN_USES_GLIBC