mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
net-analyzer/netdata: add lto USE flag
Closes: https://bugs.gentoo.org/750428 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Craig Andrews <candrews@gentoo.org>
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
<flag name="ipmi">Install <pkg>sys-apps/ipmitool</pkg> required for monitoring IPMI sensors.</flag>
|
||||
<flag name="jsonc">Enable optimization of JSON using <pkg>dev-libs/json-c</pkg></flag>
|
||||
<flag name="kinesis">Enable support for Amazon Kenesis as a backend</flag>
|
||||
<flag name="lto">Build with Link Time Optimization (LTO)</flag>
|
||||
<flag name="mongodb">Enable support for the mongodb backend</flag>
|
||||
<flag name="nfacct">Enable the nfacct plugin</flag>
|
||||
<flag name="nodejs">Enable use of nodejs (which some plugins use)</flag>
|
||||
|
||||
@@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/netdata/netdata https://my-netdata.io/"
|
||||
|
||||
LICENSE="GPL-3+ MIT BSD"
|
||||
SLOT="0"
|
||||
IUSE="caps +compression cpu_flags_x86_sse2 cups +dbengine ipmi +jsonc kinesis mongodb mysql nfacct nodejs postgres prometheus +python tor xen"
|
||||
IUSE="caps +compression cpu_flags_x86_sse2 cups +dbengine ipmi +jsonc kinesis +lto mongodb mysql nfacct nodejs postgres prometheus +python tor xen"
|
||||
REQUIRED_USE="
|
||||
mysql? ( python )
|
||||
python? ( ${PYTHON_REQUIRED_USE} )
|
||||
@@ -106,6 +106,7 @@ src_configure() {
|
||||
$(use_enable nfacct plugin-nfacct) \
|
||||
$(use_enable ipmi plugin-freeipmi) \
|
||||
$(use_enable kinesis backend-kinesis) \
|
||||
$(use_enable lto lto) \
|
||||
$(use_enable mongodb backend-mongodb) \
|
||||
$(use_enable prometheus backend-prometheus-remote-write) \
|
||||
$(use_enable xen plugin-xenstat) \
|
||||
|
||||
@@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/netdata/netdata https://my-netdata.io/"
|
||||
|
||||
LICENSE="GPL-3+ MIT BSD"
|
||||
SLOT="0"
|
||||
IUSE="caps +compression cpu_flags_x86_sse2 cups +dbengine ipmi +jsonc kinesis mongodb mysql nfacct nodejs postgres prometheus +python tor xen"
|
||||
IUSE="caps +compression cpu_flags_x86_sse2 cups +dbengine ipmi +jsonc kinesis +lto mongodb mysql nfacct nodejs postgres prometheus +python tor xen"
|
||||
REQUIRED_USE="
|
||||
mysql? ( python )
|
||||
python? ( ${PYTHON_REQUIRED_USE} )
|
||||
@@ -106,6 +106,7 @@ src_configure() {
|
||||
$(use_enable nfacct plugin-nfacct) \
|
||||
$(use_enable ipmi plugin-freeipmi) \
|
||||
$(use_enable kinesis backend-kinesis) \
|
||||
$(use_enable lto lto) \
|
||||
$(use_enable mongodb backend-mongodb) \
|
||||
$(use_enable prometheus backend-prometheus-remote-write) \
|
||||
$(use_enable xen plugin-xenstat) \
|
||||
|
||||
Reference in New Issue
Block a user