summaryrefslogtreecommitdiff
path: root/package/postgresql
diff options
context:
space:
mode:
authorPeter Seiderer <ps.report@gmx.net>2014-04-21 01:25:12 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-04-21 10:35:38 +0200
commit85dc7d01c15b309869049405df13bdc28fd8a349 (patch)
tree663673ed707e983fb32ff29797d4e030025ddd63 /package/postgresql
parentcb39b46f6007d02ba8db7611b5f11705b96e6cd1 (diff)
postgresql: change readline and zlib to be real optional selections
Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/postgresql')
-rw-r--r--package/postgresql/Config.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/package/postgresql/Config.in b/package/postgresql/Config.in
index 501e2f3ff..3ef5e6c68 100644
--- a/package/postgresql/Config.in
+++ b/package/postgresql/Config.in
@@ -4,8 +4,6 @@ config BR2_PACKAGE_POSTGRESQL
# enabled, due to an uClibc bug, see
# http://lists.uclibc.org/pipermail/uclibc/2014-April/048326.html.
depends on BR2_TOOLCHAIN_USES_GLIBC
- select BR2_PACKAGE_READLINE
- select BR2_PACKAGE_ZLIB
help
PostgreSQL is a powerful, open source object-relational
database system.