kumquat-buildroot/package/postgresql/Config.in
Peter Seiderer f5e4ca1022 postgresql: enable uclibc build
Build with uclibc and locale support failes with the following error
message:

regc_pg_locale.c: In function ‘pg_wc_isdigit’:
regc_pg_locale.c:312:6: error: dereferencing pointer to incomplete type
      isdigit_l((unsigned char) c, pg_regex_locale));

This can be fixed by overwriting the HAVE_LOCALE_T detection (thanks
to Alex Potapenko <opotapenko@gmail.com> for the hint [1]).

[1] http://lists.busybox.net/pipermail/buildroot/2015-March/121088.html

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-03-15 18:56:32 +01:00

15 lines
418 B
Plaintext

config BR2_PACKAGE_POSTGRESQL
bool "postgresql"
help
PostgreSQL is a powerful, open source object-relational
database system.
Enable the readline package to gain readline support in
pgsql (the command line interpreter), which offers
command history and edit functions.
Enable the zlib package to gain builtin compression for
archives with pg_dump and pg_restore.
http://www.postgresql.org