diff options
author | jperkin <jperkin@pkgsrc.org> | 2013-08-16 12:10:31 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2013-08-16 12:10:31 +0000 |
commit | c37d02da75fe63595b3fc8305408bb729267405e (patch) | |
tree | 599851eb8e52be8d01fe060b97f81738989961a6 /mk/platform | |
parent | b82805c790d994438b936fbabed43866707086c4 (diff) | |
download | pkgsrc-c37d02da75fe63595b3fc8305408bb729267405e.tar.gz |
Use the native mit-krb5 implementation by default on SunOS.
Diffstat (limited to 'mk/platform')
-rw-r--r-- | mk/platform/SunOS.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mk/platform/SunOS.mk b/mk/platform/SunOS.mk index bebfe8142d9..ff494b90808 100644 --- a/mk/platform/SunOS.mk +++ b/mk/platform/SunOS.mk @@ -1,4 +1,4 @@ -# $NetBSD: SunOS.mk,v 1.53 2013/07/15 12:06:45 jperkin Exp $ +# $NetBSD: SunOS.mk,v 1.54 2013/08/16 12:10:31 jperkin Exp $ # # Variable definitions for the SunOS/Solaris operating system. @@ -37,8 +37,12 @@ MOTIF_TYPE_DEFAULT?= dt # default 2.0 compatible libs type MOTIF_TYPE_DEFAULT?= motif .endif +# Comes with a builtin implementation based on mit-krb5 +KRB5_DEFAULT?= mit-krb5 + # Builtin defaults which make sense for this platform. PREFER.libexecinfo?= native +PREFER.mit-krb5?= native PREFER.openssl?= pkgsrc PREFER.solaris-pam?= native |