From a09ed7b758c6d7dc184448bfba8f4d045cb24746 Mon Sep 17 00:00:00 2001 From: Peter Seiderer Date: Tue, 10 Mar 2015 20:59:42 +0100 Subject: [PATCH] collectd: remove postgresql introduced uclibc dependency for the PostgresSQL support Signed-off-by: Peter Seiderer Signed-off-by: Thomas Petazzoni --- package/collectd/Config.in | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.30.2