summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2015-09-01 22:55:19 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2015-09-01 22:55:19 -0500
commit55ed7e0d5f795109e6767b681bc436cbc90a4574 (patch)
treeb897e680bcd212b585877de6ff01ea04edb18cee /net-analyzer/icinga2
parentdev-python/oslo-config: cleanup and bump (diff)
downloadgentoo-55ed7e0d5f795109e6767b681bc436cbc90a4574.tar.gz
gentoo-55ed7e0d5f795109e6767b681bc436cbc90a4574.tar.bz2
gentoo-55ed7e0d5f795109e6767b681bc436cbc90a4574.zip
net-analyzer/icinga2: cleaner minimal usage
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'net-analyzer/icinga2')
-rw-r--r--net-analyzer/icinga2/icinga2-2.3.9.ebuild6
1 files changed, 6 insertions, 0 deletions
diff --git a/net-analyzer/icinga2/icinga2-2.3.9.ebuild b/net-analyzer/icinga2/icinga2-2.3.9.ebuild
index c996c274e996..ac3a260334cf 100644
--- a/net-analyzer/icinga2/icinga2-2.3.9.ebuild
+++ b/net-analyzer/icinga2/icinga2-2.3.9.ebuild
@@ -61,6 +61,12 @@ src_configure() {
-DICINGA2_COMMAND_GROUP=icingacmd
-DINSTALL_SYSTEMD_SERVICE_AND_INITSCRIPT=yes
)
+ if use minimal; then
+ mycmakeargs+=(
+ -DICINGA2_WITH_MYSQL=OFF
+ -DICINGA2_WITH_PGSQL=OFF
+ )
+ fi
if use postgres; then
mycmakeargs+=(
-DICINGA2_WITH_PGSQL=ON