We stupidly had a separate LIBKRB5 variable for KRB5 library dependencies,
and then didn't support it very well. And that when there already is a
useful variable for exactly this kind of thing; EX_LIBS...
diff --git a/CHANGES b/CHANGES
index b760f49..0922acb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -352,6 +352,11 @@
Changes between 0.9.6h and 0.9.7 [XX xxx 2002]
+ *) Change the declaration of needed Kerberos libraries to use EX_LIBS
+ instead of the special (and badly supported) LIBKRB5. LIBKRB5 is
+ removed entirely.
+ [Richard Levitte]
+
*) The hw_ncipher.c engine requires dynamic locks. Unfortunately, it
seems that in spite of existing for more than a year, many application
author have done nothing to provide the necessary callbacks, which