pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/p5-GSSAPI



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Aug  4 22:38:10 UTC 2016

Modified Files:
        pkgsrc/security/p5-GSSAPI: Makefile

Log Message:
Explicitly pass path to krb5 implementation to be used.

Fixes case where heimdal is default, but mit-krb5 is also installed.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/security/p5-GSSAPI/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/p5-GSSAPI/Makefile
diff -u pkgsrc/security/p5-GSSAPI/Makefile:1.13 pkgsrc/security/p5-GSSAPI/Makefile:1.14
--- pkgsrc/security/p5-GSSAPI/Makefile:1.13     Wed Jun  8 19:24:23 2016
+++ pkgsrc/security/p5-GSSAPI/Makefile  Thu Aug  4 22:38:10 2016
@@ -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
 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