diff options
author | wiz <wiz@pkgsrc.org> | 2016-08-04 22:38:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-08-04 22:38:10 +0000 |
commit | ff507b06ed463e002d905afb052f19b2dbafbb2c (patch) | |
tree | f00b0552eb542226a5101aaaa9b96da4f529e559 /security | |
parent | 408d8f38d6f53f04daadb4ba282693232d24c053 (diff) | |
download | pkgsrc-ff507b06ed463e002d905afb052f19b2dbafbb2c.tar.gz |
Explicitly pass path to krb5 implementation to be used.
Fixes case where heimdal is default, but mit-krb5 is also installed.
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-GSSAPI/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/p5-GSSAPI/Makefile b/security/p5-GSSAPI/Makefile index 7fe60447890..5595401d480 100644 --- a/security/p5-GSSAPI/Makefile +++ b/security/p5-GSSAPI/Makefile @@ -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 @@ COMMENT= Perl extension providing access to the GSSAPIv2 library LICENSE= ${PERL5_LICENSE} PERL5_PACKLIST= auto/GSSAPI/.packlist +MAKE_PARAMS+= --gssapiimpl=${KRB5BASE} .include "../../lang/perl5/module.mk" .include "../../mk/krb5.buildlink3.mk" |