5f8003f633
for the "db4" option and just rely on the appropriate BDB_* settings via bdb.buildlink3.mk. Also, we tweak the builtin.mk file so use krb5-config, if it's available, to check the version of the built-in heimdal. Patches patch-ab, patch-ae and patch-af have been sent back upstream and will be incorporated into future Heimdal releases. Changes between version 0.6.5 and version 0.7.1 include: * Support for KCM, a process based credential cache * Support CCAPI credential cache * SPNEGO support * AES (and the gssapi conterpart, CFX) support * Adding new and improve old documentation * Bug fixes
14 lines
433 B
Text
14 lines
433 B
Text
$NetBSD: patch-ad,v 1.7 2005/10/26 15:12:45 jlam Exp $
|
|
|
|
--- configure.orig 2005-09-09 08:14:45.000000000 -0400
|
|
+++ configure
|
|
@@ -3182,9 +3182,6 @@ fi
|
|
|
|
|
|
|
|
-test "$sysconfdir" = '${prefix}/etc' && sysconfdir='/etc'
|
|
-test "$localstatedir" = '${prefix}/var' && localstatedir='/var/heimdal'
|
|
-
|
|
# Make sure we can run config.sub.
|
|
$ac_config_sub sun4 >/dev/null 2>&1 ||
|
|
{ { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
|