Index: head/security/heimdal/files/patch-cb =================================================================== --- head/security/heimdal/files/patch-cb (revision 42854) +++ head/security/heimdal/files/patch-cb (revision 42855) @@ -1,13 +1,25 @@ ---- configure.in.orig Mon Feb 5 08:26:49 2001 -+++ configure.in Mon Feb 5 08:28:07 2001 +--- configure.in.orig Mon Feb 5 01:58:05 2001 ++++ configure.in Mon May 21 08:12:54 2001 @@ -83,6 +83,10 @@ LIB_openldap="-R $openldap_libdir $LIB_openldap" fi +dnl Kerberos 4 libraries are quite likely to need to link against +dnl libcom_err. +AC_CHECK_LIB(com_err, init_error_table) + AC_TEST_PACKAGE_NEW(krb4,[#include ],-lkrb,-ldes,/usr/athena, KRB4) LIB_kdb= +@@ -566,7 +570,10 @@ + "$ac_cv_func_SHA1_Init" = "yes" -a \ + "$ac_cv_func_RC4" = "yes"; then + DIR_des='' +- LIB_des="-R $krb4_libdir -L$krb4_libdir $ac_cv_funclib_MD4_Init" ++ LIB_des="$ac_cv_funclib_MD4_Init" ++ if test "$krb4_libdir"; then ++ LIB_des="-R $krb4_libdir -L$krb4_libdir $LIB_des" ++ fi + LIB_des_appl="$LIB_des" + else + DIR_des='des' Property changes on: head/security/heimdal/files/patch-cb ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/security/heimdal/files/patch-cc =================================================================== --- head/security/heimdal/files/patch-cc (revision 42854) +++ head/security/heimdal/files/patch-cc (revision 42855) @@ -1,13 +1,25 @@ --- configure.orig Mon Feb 5 02:03:23 2001 -+++ configure Mon Feb 5 08:29:21 2001 ++++ configure Mon May 21 08:14:53 2001 @@ -11827,6 +11827,10 @@ LIB_openldap="-R $openldap_libdir $LIB_openldap" fi +# Kerberos IV on FreeBSD depends on libcom_err +LIBS="-lcom_err $LIBS" +echo '#define HAVE_LIBCOM_ERR 1' >> confdefs.h + # Check whether --with-krb4 or --without-krb4 was given. if test "${with_krb4+set}" = set; then withval="$with_krb4" +@@ -21344,7 +21348,10 @@ + "$ac_cv_func_SHA1_Init" = "yes" -a \ + "$ac_cv_func_RC4" = "yes"; then + DIR_des='' +- LIB_des="-R $krb4_libdir -L$krb4_libdir $ac_cv_funclib_MD4_Init" ++ LIB_des="$ac_cv_funclib_MD4_Init" ++ if test "$krb4_libdir"; then ++ LIB_des="-R $krb4_libdir -L$krb4_libdir $LIB_des" ++ fi + LIB_des_appl="$LIB_des" + else + DIR_des='des' Property changes on: head/security/heimdal/files/patch-cc ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property