ordering of libraries.
ticket: 3320
target_version: 1.4.4
tags: pullup
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17581
dc483132-0cff-0310-8789-
dd5450dbe970
+2006-01-06 Tom Yu <tlyu@mit.edu>
+
+ * krb5-config.in: Cause libs output to match actual required
+ ordering of libraries.
+
2005-12-16 Ken Raeburn <raeburn@mit.edu>
* plugins: Directory renamed from "modules".
fi
if test $library = 'krb5'; then
- lib_flags="$lib_flags -lkrb5 -lk5crypto -lkrb5support -lcom_err $LIBS $GEN_LIB"
+ lib_flags="$lib_flags -lkrb5 -lk5crypto -lcom_err -lkrb5support $GEN_LIB $LIBS"
fi
echo $lib_flags