From: Peter Seiderer Date: Tue, 10 Mar 2015 19:59:42 +0000 (+0100) Subject: collectd: remove postgresql introduced uclibc dependency for the PostgresSQL support X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a09ed7b758c6d7dc184448bfba8f4d045cb24746;p=buildroot.git collectd: remove postgresql introduced uclibc dependency for the PostgresSQL support Signed-off-by: Peter Seiderer Signed-off-by: Thomas Petazzoni --- diff --git a/package/collectd/Config.in b/package/collectd/Config.in index 94c4acd62c..c65fc65864 100644 --- a/package/collectd/Config.in +++ b/package/collectd/Config.in @@ -314,12 +314,8 @@ config BR2_PACKAGE_COLLECTD_PING help Mesures network latency using ICMP "echo requests". -comment "postgresql needs a toolchain w/ glibc" - depends on !BR2_TOOLCHAIN_USES_GLIBC - config BR2_PACKAGE_COLLECTD_POSTGRESQL bool "postgresql" - depends on BR2_TOOLCHAIN_USES_GLIBC select BR2_PACKAGE_POSTGRESQL help Connects to and executes SQL statements on a PostgreSQL