ea9e192
Omit extra libraries because their interfaces aren't exposed to applications
ea9e192
by libkrb5.  Discussion on krbdev suggests that this will be controlled one
ea9e192
way or another by the --deps flag in future upstream releases.
ea9e192
ea9e192
--- krb5-1.6/src/krb5-config.in.extralibs	2007-05-15 15:00:15.000000000 -0500
ea9e192
+++ krb5-1.6/src/krb5-config.in	2007-05-15 15:07:04.000000000 -0500
ea9e192
@@ -222,7 +222,7 @@
ea9e192
     fi
ea9e192
 
ea9e192
     if test $library = 'krb5'; then
995695c
-	lib_flags="$lib_flags -lkrb5 -lk5crypto -lcom_err $GEN_LIB $LIBS $SELINUX_LIBS $DL_LIB"
ea9e192
+	lib_flags="$lib_flags -lkrb5 -lk5crypto -lcom_err"
ea9e192
     fi
ea9e192
 
ea9e192
     echo $lib_flags