pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/p5-GSSAPI Explicitly pass path to krb5 implem...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f394580e58a5
branches: trunk
changeset: 350772:f394580e58a5
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Aug 04 22:38:10 2016 +0000
description:
Explicitly pass path to krb5 implementation to be used.
Fixes case where heimdal is default, but mit-krb5 is also installed.
diffstat:
security/p5-GSSAPI/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r b6359a6b141c -r f394580e58a5 security/p5-GSSAPI/Makefile
--- a/security/p5-GSSAPI/Makefile Thu Aug 04 20:22:19 2016 +0000
+++ b/security/p5-GSSAPI/Makefile Thu Aug 04 22:38:10 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2016/06/08 19:24:23 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2016/08/04 22:38:10 wiz Exp $
#
DISTNAME= GSSAPI-0.28
@@ -13,6 +13,7 @@
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/GSSAPI/.packlist
+MAKE_PARAMS+= --gssapiimpl=${KRB5BASE}
.include "../../lang/perl5/module.mk"
.include "../../mk/krb5.buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index