pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/apache24 apache24: properly detect apt-util LDAP s...
details: https://anonhg.NetBSD.org/pkgsrc/rev/fe585f9e2ce4
branches: trunk
changeset: 400918:fe585f9e2ce4
user: adam <adam%pkgsrc.org@localhost>
date: Sat Sep 07 13:22:28 2019 +0000
description:
apache24: properly detect apt-util LDAP support
diffstat:
www/apache24/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 3225fbfa8c8c -r fe585f9e2ce4 www/apache24/Makefile
--- a/www/apache24/Makefile Sat Sep 07 13:16:27 2019 +0000
+++ b/www/apache24/Makefile Sat Sep 07 13:22:28 2019 +0000
@@ -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 @@
# 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
Home |
Main Index |
Thread Index |
Old Index