- Avoid "OPTIONS blackhole" during 'make make-options-list'
This commit is contained in:
parent
ba82946024
commit
ab8293d70e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=199781
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ CONFIGURE_ARGS+= --disable-authn-file --disable-authn-default \
|
|||
--disable-proxy-ajp --disable-proxy-balancer
|
||||
.endif
|
||||
|
||||
.if defined(OPTIONS)
|
||||
.if defined(OPTIONS) && !(make(make-options-list))
|
||||
.for module in ${AVAILABLE_MODULES}
|
||||
.if defined(WITH_${module:U})
|
||||
_APACHE_MODULES+= ${module}
|
||||
|
|
Loading…
Reference in a new issue