pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2019Q2]: pkgsrc/www/apache24 Pullup ticket #6050 - requested b...
details: https://anonhg.NetBSD.org/pkgsrc/rev/82869f575fb6
branches: pkgsrc-2019Q2
changeset: 408204:82869f575fb6
user: bsiegert <bsiegert%pkgsrc.org@localhost>
date: Sun Sep 08 15:51:45 2019 +0000
description:
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
diffstat:
www/apache24/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 0c1ea3673408 -r 82869f575fb6 www/apache24/Makefile
--- a/www/apache24/Makefile Fri Sep 06 18:44:27 2019 +0000
+++ b/www/apache24/Makefile Sun Sep 08 15:51:45 2019 +0000
@@ -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 @@
# 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