pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/heimdal If using the fake krb5-config then se...
details: https://anonhg.NetBSD.org/pkgsrc/rev/43fa91818e19
branches: trunk
changeset: 518042:43fa91818e19
user: markd <markd%pkgsrc.org@localhost>
date: Tue Aug 29 23:46:09 2006 +0000
description:
If using the fake krb5-config then set KRB5_CONFIG to point at it. Fixes
build of imap-uw package with the kerberos option.
diffstat:
security/heimdal/builtin.mk | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 868ff40d5cb6 -r 43fa91818e19 security/heimdal/builtin.mk
--- a/security/heimdal/builtin.mk Tue Aug 29 20:03:24 2006 +0000
+++ b/security/heimdal/builtin.mk Tue Aug 29 23:46:09 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.10 2006/04/18 14:42:28 jlam Exp $
+# $NetBSD: builtin.mk,v 1.11 2006/08/29 23:46:09 markd Exp $
BUILTIN_PKG:= heimdal
@@ -115,6 +115,10 @@
${SED} -e s/@HEIMDAL_VERSION@/${BUILTIN_VERSION.heimdal}/ \
$${src} >$${dst}; \
${CHMOD} a+x $${dst}
+
+KRB5_CONFIG?= ${BUILDLINK_DIR}/bin/krb5-config
+CONFIGURE_ENV+= KRB5_CONFIG=${KRB5_CONFIG:Q}
+MAKE_ENV+= KRB5_CONFIG=${KRB5_CONFIG:Q}
. endif
.endif # CHECK_BUILTIN.heimdal
Home |
Main Index |
Thread Index |
Old Index