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/96738ab6399f
branches:  pkgsrc-2019Q2
changeset: 339210:96738ab6399f
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 f5c7dc94ad54 -r 96738ab6399f 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