net-analyzer/netdata: Remove no-op --enable-ebpf

Enabling ebpf is actually much more involved

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Craig Andrews <candrews@gentoo.org>
This commit is contained in:
Craig Andrews
2020-02-21 09:41:58 -05:00
parent a0768da81f
commit 9eb14332dc
2 changed files with 0 additions and 2 deletions

View File

@@ -97,7 +97,6 @@ src_configure() {
econf \
--localstatedir="${EPREFIX}"/var \
--with-user=netdata \
--enable-ebpf \
$(use_enable jsonc) \
$(use_enable cups plugin-cups) \
$(use_enable dbengine) \

View File

@@ -97,7 +97,6 @@ src_configure() {
econf \
--localstatedir="${EPREFIX}"/var \
--with-user=netdata \
--enable-ebpf \
$(use_enable jsonc) \
$(use_enable cups plugin-cups) \
$(use_enable dbengine) \