summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@gentoo.org>2024-02-28 16:56:11 -0500
committerCraig Andrews <candrews@gentoo.org>2024-02-28 16:57:57 -0500
commitbfc6b932596c006c32ea1f47925cd657037e001c (patch)
treedb8a35a78ce98a5470d1fab68d2dde82abb6f756 /net-analyzer
parentnet-irc/znc: sync live ebuild with 1.9.0 (diff)
downloadgentoo-bfc6b932596c006c32ea1f47925cd657037e001c.tar.gz
gentoo-bfc6b932596c006c32ea1f47925cd657037e001c.tar.bz2
gentoo-bfc6b932596c006c32ea1f47925cd657037e001c.zip
net-analyzer/netdata: disable go plugin
Netdata integrated the go plugin with the main netdata build system, but this ebuild doesn't get handle that. Until the ebuild is updated to support building the go plugin, disable it. See: https://github.com/netdata/netdata/commit/4b7d920b44302adcc7c733bcea3bc5cf8fc3c63f Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/netdata/netdata-9999.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/net-analyzer/netdata/netdata-9999.ebuild b/net-analyzer/netdata/netdata-9999.ebuild
index e6d230c74a3e..56ca10202a2c 100644
--- a/net-analyzer/netdata/netdata-9999.ebuild
+++ b/net-analyzer/netdata/netdata-9999.ebuild
@@ -107,6 +107,7 @@ src_configure() {
-DENABLE_EXPORTER_PROMETHEUS_REMOTE_WRITE=$(usex prometheus)
-DENABLE_PLUGIN_XENSTAT=$(usex xen)
-DENABLE_PLUGIN_EBPF=$(usex bpf)
+ -DENABLE_PLUGIN_GO=FALSE
)
cmake_src_configure
}