diff options
author | jperkin <jperkin@pkgsrc.org> | 2015-04-17 08:21:01 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2015-04-17 08:21:01 +0000 |
commit | 926b8e200096bfe9fe0e9ff234c45e4be9981882 (patch) | |
tree | d97f9d9f172bbc8ae6f321d2cb9649e26b0034b6 /mk/platform | |
parent | 91177ff319c766605ca340e13f983f0d874c3d59 (diff) | |
download | pkgsrc-926b8e200096bfe9fe0e9ff234c45e4be9981882.tar.gz |
Stop defaulting to the builtin mit-krb5, it's an old copy which is
unlikely to be updated any time soon, and is preventing some Samba
Kerberos features from working correctly.
Diffstat (limited to 'mk/platform')
-rw-r--r-- | mk/platform/SunOS.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/platform/SunOS.mk b/mk/platform/SunOS.mk index b5f719ace4e..8c8fff494bd 100644 --- a/mk/platform/SunOS.mk +++ b/mk/platform/SunOS.mk @@ -1,4 +1,4 @@ -# $NetBSD: SunOS.mk,v 1.63 2015/03/19 19:15:23 tron Exp $ +# $NetBSD: SunOS.mk,v 1.64 2015/04/17 08:21:01 jperkin Exp $ # # Variable definitions for the SunOS/Solaris operating system. @@ -48,7 +48,6 @@ KRB5_DEFAULT?= mit-krb5 # Builtin defaults which make sense for this platform. _OPSYS_PREFER.libexecinfo?= native -_OPSYS_PREFER.mit-krb5?= native _OPSYS_PREFER.openssl?= pkgsrc _OPSYS_PREFER.solaris-pam?= native |