--- tools/krb4-config.in.orig 2002-05-17 18:05:32.000000000 +0200 +++ tools/krb4-config.in 2004-04-09 14:07:49.000000000 +0200 @@ -97,7 +97,7 @@ lib_flags="$lib_flags -lkdb @DBLIB@" ;; esac - lib_flags="$lib_flags -lkrb @LIB_des_appl@" + lib_flags="$lib_flags -lkrb @LIB_des_appl@ @LIB_crypt@" lib_flags="$lib_flags @LIBS@" echo $lib_flags fi --- tools/Makefile.am.orig 2004-04-09 14:33:01.000000000 +0200 +++ tools/Makefile.am 2004-04-09 14:34:02.000000000 +0200 @@ -18,6 +18,7 @@ -e "s;@libdir\@;$(libdir);g" \ -e "s;@includedir\@;$(includedir);g" \ -e "s;@LIB_des_appl\@;$(LIB_des_appl);g" \ + -e "s;@LIB_crypt\@;$(LIB_crypt);g" \ -e "s;@INCLUDE_des\@;$(INCLUDE_des);g" \ -e "s;@LIBS\@;$(LIBS);g" \ -e "s;@DBLIB\@;$(DBLIB);g" \