pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/mit-krb5 Also define KRB5_CONFIG for the case...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3fc2f13d3458
branches:  trunk
changeset: 631277:3fc2f13d3458
user:      obache <obache%pkgsrc.org@localhost>
date:      Fri Feb 28 12:17:20 2014 +0000

description:
Also define KRB5_CONFIG for the case not using builtin mit-krb5.

diffstat:

 security/mit-krb5/builtin.mk |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 707f7aba0a28 -r 3fc2f13d3458 security/mit-krb5/builtin.mk
--- a/security/mit-krb5/builtin.mk      Fri Feb 28 11:59:10 2014 +0000
+++ b/security/mit-krb5/builtin.mk      Fri Feb 28 12:17:20 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.11 2014/02/13 20:31:08 adam Exp $
+# $NetBSD: builtin.mk,v 1.12 2014/02/28 12:17:20 obache Exp $
 
 BUILTIN_PKG:=  mit-krb5
 
@@ -110,6 +110,10 @@
        fi
 
 .    endif
+.  else
+KRB5_CONFIG?=  ${BUILDLINK_PREFIX.mit-krb5}/bin/krb5-config
+CONFIGURE_ENV+=        KRB5_CONFIG=${KRB5_CONFIG:Q}
+MAKE_ENV+=     KRB5_CONFIG=${KRB5_CONFIG:Q}
 .  endif
 
 .endif # CHECK_BUILTIN.mit-krb5



Home | Main Index | Thread Index | Old Index