pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

collectd: --with-libpython, not --with-python



Module Name:	pkgsrc-wip
Committed By:	Edgar Fuß <ef%math.uni-bonn.de@localhost>
Pushed By:	ef
Date:		Fri Jul 17 15:58:35 2020 +0200
Changeset:	38a576f489fa4206ab7e9b57f672f8f108652188

Modified Files:
	collectd/Makefile.common

Log Message:
collectd: --with-libpython, not --with-python

collectd's configure script needs --with-libpython, not --with-python, so include "python" in DISABLED_LIBS and delete CONFIGURE_ARGS+=--with-python=no.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=38a576f489fa4206ab7e9b57f672f8f108652188

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 collectd/Makefile.common | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/collectd/Makefile.common b/collectd/Makefile.common
index 50e06ea0a4..9f417b40e3 100644
--- a/collectd/Makefile.common
+++ b/collectd/Makefile.common
@@ -57,11 +57,11 @@ BUILD_DEFS+=		VARBASE
 # Disable all libs support by default
 DISABLED_LIBS=		aquaero5 credis curl dbi esmtp ganglia gcrypt	\
 			iptc lvm2app memcached mnl modbus mongoc mysql	\
-			netsnmp notify oping owcapi pcap perl pq	\
+			netsnmp notify oping owcapi pcap perl pq python	\
 			rabbitmq routeros rrd sensors sigrok statgrab	\
 			tokyotyrant upsclient varnish xml2 xmms yajl
 CONFIGURE_ARGS+=	--with-java=no --with-mic=no --with-oracle=no	\
-			--with-perl-bindings=no --with-python=no	\
+			--with-perl-bindings=no 			\
 			--disable-all-plugins
 .for lib in ${DISABLED_LIBS}
 CONFIGURE_ARGS+=	--with-lib${lib}=no


Home | Main Index | Thread Index | Old Index