From: Tom Yu Date: Fri, 6 Jan 2006 21:02:59 +0000 (+0000) Subject: * krb5-config.in: Cause libs output to match actual required X-Git-Tag: ms-bug-test-20060525~25 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=224f55c941d734bab69bbfb3fba1ad443e4d1f32;p=krb5.git * krb5-config.in: Cause libs output to match actual required 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 --- diff --git a/src/ChangeLog b/src/ChangeLog index e39e70596..e67294546 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2006-01-06 Tom Yu + + * krb5-config.in: Cause libs output to match actual required + ordering of libraries. + 2005-12-16 Ken Raeburn * plugins: Directory renamed from "modules". diff --git a/src/krb5-config.in b/src/krb5-config.in index b0d8c0c07..dc9baa465 100755 --- a/src/krb5-config.in +++ b/src/krb5-config.in @@ -212,7 +212,7 @@ if test -n "$do_libs"; then 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