From: Craig Andrews Date: Fri, 21 Feb 2020 13:57:27 +0000 (-0500) Subject: net-analyzer/netdata: Include eBPF support X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ddbddadac2f7664938efbc483a1265be947eba0d;p=gentoo.git net-analyzer/netdata: Include eBPF support See: https://github.com/netdata/netdata/commit/6962640 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Craig Andrews --- diff --git a/net-analyzer/netdata/netdata-9999.ebuild b/net-analyzer/netdata/netdata-9999.ebuild index 2e1eb0f4a276..b363a712ee42 100644 --- a/net-analyzer/netdata/netdata-9999.ebuild +++ b/net-analyzer/netdata/netdata-9999.ebuild @@ -97,6 +97,7 @@ src_configure() { econf \ --localstatedir="${EPREFIX}"/var \ --with-user=netdata \ + --enable-ebpf \ $(use_enable jsonc) \ $(use_enable cups plugin-cups) \ $(use_enable dbengine) \