mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
collectd: point Python to /usr/bin/python3
It doesn't really matter, just feel more correct to me.
This commit is contained in:
parent
3f19f3a63d
commit
c93265b914
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ build_style=gnu-configure
|
||||||
configure_args="$(vopt_enable rrdtool rrdtool) $(vopt_enable perl perl)
|
configure_args="$(vopt_enable rrdtool rrdtool) $(vopt_enable perl perl)
|
||||||
$(vopt_enable notify notify_desktop) --with-libiptc --enable-virt
|
$(vopt_enable notify notify_desktop) --with-libiptc --enable-virt
|
||||||
--sysconfdir=/etc --disable-static --with-fp-layout=nothing
|
--sysconfdir=/etc --disable-static --with-fp-layout=nothing
|
||||||
--with-python=/bin/python3 --disable-werror
|
--with-python=/usr/bin/python3 --disable-werror
|
||||||
$(vopt_with prometheus "libmicrohttpd protobuf-c")
|
$(vopt_with prometheus "libmicrohttpd protobuf-c")
|
||||||
$(vopt_enable prometheus write_prometheus)"
|
$(vopt_enable prometheus write_prometheus)"
|
||||||
conf_files="/etc/collectd.conf"
|
conf_files="/etc/collectd.conf"
|
||||||
|
|
Loading…
Add table
Reference in a new issue