pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
collectd: correct --with-libFOO options
Module Name: pkgsrc-wip
Committed By: Edgar Fuß <ef%math.uni-bonn.de@localhost>
Pushed By: ef
Date: Fri Jul 17 16:22:58 2020 +0200
Changeset: 7a1b8572b69b1072764f541041b8b024c203320d
Modified Files:
collectd/Makefile.common
Log Message:
collectd: correct --with-libFOO options
It's --with-libhiredis, not --with-libcredis; also, there are no --with-lib{notify,sigrok,xml2} (anymore?).
Didn't re-sort DISABLED_LIBS yet.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7a1b8572b69b1072764f541041b8b024c203320d
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
collectd/Makefile.common | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diffs:
diff --git a/collectd/Makefile.common b/collectd/Makefile.common
index 9f417b40e3..77559d2ada 100644
--- a/collectd/Makefile.common
+++ b/collectd/Makefile.common
@@ -55,11 +55,11 @@ GENERATE_PLIST+= ${ECHO} "lib/collectd/${plugin}.la";
BUILD_DEFS+= VARBASE
# Disable all libs support by default
-DISABLED_LIBS= aquaero5 credis curl dbi esmtp ganglia gcrypt \
+DISABLED_LIBS= aquaero5 hiredis curl dbi esmtp ganglia gcrypt \
iptc lvm2app memcached mnl modbus mongoc mysql \
- netsnmp notify oping owcapi pcap perl pq python \
- rabbitmq routeros rrd sensors sigrok statgrab \
- tokyotyrant upsclient varnish xml2 xmms yajl
+ netsnmp oping owcapi pcap perl pq python \
+ rabbitmq routeros rrd sensors statgrab \
+ tokyotyrant upsclient varnish xmms yajl
CONFIGURE_ARGS+= --with-java=no --with-mic=no --with-oracle=no \
--with-perl-bindings=no \
--disable-all-plugins
Home |
Main Index |
Thread Index |
Old Index