From 85dc7d01c15b309869049405df13bdc28fd8a349 Mon Sep 17 00:00:00 2001 From: Peter Seiderer Date: Mon, 21 Apr 2014 01:25:12 +0200 Subject: [PATCH] postgresql: change readline and zlib to be real optional selections Signed-off-by: Peter Seiderer Signed-off-by: Thomas Petazzoni --- package/postgresql/Config.in | 2 -- 1 file changed, 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.