Config.in 705 B

123456789101112131415161718192021
  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. help
  8. PostgreSQL is a powerful, open source object-relational
  9. database system.
  10. Enable the readline package to gain readline support in
  11. pgsql (the command line interpreter), which offers
  12. command history and edit functions.
  13. Enable the zlib package to gain builtin compression for
  14. archives with pg_dump and pg_restore.
  15. http://www.postgresql.org
  16. comment "postgresql needs a toolchain w/ glibc"
  17. depends on !BR2_TOOLCHAIN_USES_GLIBC