mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
- 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
@ -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 New Issue
Block a user