summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2019-09-08 15:51:45 +0000
committerbsiegert <bsiegert@pkgsrc.org>2019-09-08 15:51:45 +0000
commit74e8ab483fba34b750b4733a5b991ed86c7494cb (patch)
tree60cc5678f6ff9a2ab1bbcbebe5d08665ca72c6b0
parentb01802713d32d0873c23b076c3b72a961871d499 (diff)
downloadpkgsrc-74e8ab483fba34b750b4733a5b991ed86c7494cb.tar.gz
Pullup ticket #6050 - requested by taca
www/apache24: build fix after previous pull-up Revisions pulled up: - www/apache24/Makefile 1.86 --- Module Name: pkgsrc Committed By: adam Date: Sat Sep 7 13:22:28 UTC 2019 Modified Files: pkgsrc/www/apache24: Makefile Log Message: apache24: properly detect apt-util LDAP support
-rw-r--r--www/apache24/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache24/Makefile b/www/apache24/Makefile
index d5d3ec0eba1..4cff7dff123 100644
--- a/www/apache24/Makefile
+++ b/www/apache24/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.80.2.1 2019/09/05 10:21:28 bsiegert Exp $
+# $NetBSD: Makefile,v 1.80.2.2 2019/09/08 15:51:45 bsiegert Exp $
#
# When updating this package, make sure that no strings like
# "PR 12345" are in the commit message. Upstream likes
@@ -61,7 +61,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