apache24: properly detect apt-util LDAP support
This commit is contained in:
parent
fa1a41bc02
commit
bb6ca75e92
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.85 2019/08/22 12:23:52 ryoon Exp $
|
||||
# $NetBSD: Makefile,v 1.86 2019/09/07 13:22:28 adam Exp $
|
||||
#
|
||||
# When updating this package, make sure that no strings like
|
||||
# "PR 12345" are in the commit message. Upstream likes
|
||||
|
@ -62,7 +62,7 @@ APACHE_MODULES?= ${DFLT_APACHE_MODULES}
|
|||
|
||||
# LDAP support
|
||||
PLIST_VARS+= ldap
|
||||
.if exists(${PREFIX}/lib/apr-util-1/apr_ldap.la)
|
||||
.if !empty(PKG_BUILD_OPTIONS.apr-util:Mldap)
|
||||
DFLT_APACHE_MODULES+= ldap authnz_ldap
|
||||
PLIST.ldap= yes
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue