diff options
author | Peter Seiderer <ps.report@gmx.net> | 2015-03-10 20:59:42 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-03-15 19:13:46 +0100 |
commit | a09ed7b758c6d7dc184448bfba8f4d045cb24746 (patch) | |
tree | 4966bfedad6938d853c8a76c90a6bb79779d449c | |
parent | 8aacd982613a07045c7e4d8461a50383095d0bc2 (diff) | |
download | buildroot-a09ed7b758c6d7dc184448bfba8f4d045cb24746.tar.gz buildroot-a09ed7b758c6d7dc184448bfba8f4d045cb24746.zip |
collectd: remove postgresql introduced uclibc dependency for the PostgresSQL support
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/collectd/Config.in | 4 |
1 files changed, 0 insertions, 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 |