diff options
| author | Peter Seiderer <ps.report@gmx.net> | 2014-04-21 01:25:12 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-04-21 10:35:38 +0200 |
| commit | 85dc7d01c15b309869049405df13bdc28fd8a349 (patch) | |
| tree | 663673ed707e983fb32ff29797d4e030025ddd63 /package/postgresql/Config.in | |
| parent | cb39b46f6007d02ba8db7611b5f11705b96e6cd1 (diff) | |
| download | buildroot-85dc7d01c15b309869049405df13bdc28fd8a349.tar.gz buildroot-85dc7d01c15b309869049405df13bdc28fd8a349.zip | |
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/Config.in')
| -rw-r--r-- | package/postgresql/Config.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/postgresql/Config.in b/package/postgresql/Config.in index 501e2f3ffd..3ef5e6c683 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. |

