pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [pkgsrc-2019Q2] pkgsrc/www/apache24
Module Name: pkgsrc
Committed By: bsiegert
Date: Sun Sep 8 15:51:45 UTC 2019
Modified Files:
pkgsrc/www/apache24 [pkgsrc-2019Q2]: Makefile
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.80.2.1 -r1.80.2.2 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.80.2.1 pkgsrc/www/apache24/Makefile:1.80.2.2
--- pkgsrc/www/apache24/Makefile:1.80.2.1 Thu Sep 5 10:21:28 2019
+++ pkgsrc/www/apache24/Makefile Sun Sep 8 15:51:45 2019
@@ -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
Home |
Main Index |
Thread Index |
Old Index