Skip to content

Commit

Permalink
net-analyzer/icinga2: cleaner minimal usage
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.20.1
  • Loading branch information
prometheanfire committed Sep 2, 2015
1 parent 58dda4c commit 55ed7e0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions net-analyzer/icinga2/icinga2-2.3.9.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 55ed7e0

Please sign in to comment.