Compare commits
3 Commits
cbfe736462
...
bbae96f0cd
| Author | SHA1 | Date | |
|---|---|---|---|
| bbae96f0cd | |||
| 3f8d05a7cb | |||
| 45b083b50f |
@ -91,11 +91,11 @@ EMBEDDED_PERL_CONFIGURE_WITH= perlcache
|
||||
NANOSLEEP_CONFIGURE_ENABLE= nanosleep
|
||||
EVENT_BROKER_CONFIGURE_ENABLE= event-broker
|
||||
|
||||
.if ${FLAVOR} == monplugins
|
||||
.if ${FLAVOR:U} == monplugins
|
||||
OPTIONS_DEFAULT+= MONPLUGINS
|
||||
.endif
|
||||
|
||||
.if ${FLAVOR} == default
|
||||
.if ${FLAVOR:U} == default
|
||||
OPTIONS_DEFAULT+= NAGPLUGINS
|
||||
.endif
|
||||
|
||||
|
||||
@ -61,11 +61,11 @@ NAGIOSGROUP?= nagios
|
||||
|
||||
NRPE_PIDDIR?= /var/run/nrpe
|
||||
|
||||
.if ${FLAVOR} == monplugins
|
||||
.if ${FLAVOR:U} == monplugins
|
||||
OPTIONS_DEFAULT+= MONPLUGINS
|
||||
.endif
|
||||
|
||||
.if ${FLAVOR} == default
|
||||
.if ${FLAVOR:U} == default
|
||||
OPTIONS_DEFAULT+= NAGPLUGINS
|
||||
.endif
|
||||
|
||||
|
||||
@ -96,7 +96,7 @@ SSSD_PREVENTS_MSG= sssd requires MIT kerberos and it conflicts with heimdal
|
||||
SSSD_RUN_DEPENDS= sssd:security/sssd
|
||||
SSSD_CONFIGURE_ON= --with-sssd
|
||||
|
||||
.if ${FLAVOR} == sssd
|
||||
.if ${FLAVOR:U} == sssd
|
||||
OPTIONS_DEFAULTS+= SSSD2
|
||||
.endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user