pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/apache24
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
To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 pkgsrc/www/apache24/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/apache24/Makefile
diff -u pkgsrc/www/apache24/Makefile:1.85 pkgsrc/www/apache24/Makefile:1.86
--- pkgsrc/www/apache24/Makefile:1.85 Thu Aug 22 12:23:52 2019
+++ pkgsrc/www/apache24/Makefile Sat Sep 7 13:22:28 2019
@@ -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
Home |
Main Index |
Thread Index |
Old Index