From: Ken Raeburn Date: Fri, 16 Jun 2006 00:26:49 +0000 (+0000) Subject: Remove -lkrb5support, which should be for internal use only, from the displayed X-Git-Tag: krb5-1.5-beta1~15 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3f64ad23428f1d6caef0ce638072f442f40d4a52;p=krb5.git Remove -lkrb5support, which should be for internal use only, from the displayed list of libraries. This means the output is not suitable for linking against static libraries built from the tree, but prevents us from committing to keeping libkrb5support.1 in all future Mac shared-library builds (in addition to the libkrb5support.0 we're stuck with for non-Mac UNIXy shared-library builds). ticket: 3887 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18154 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/krb5-config.in b/src/krb5-config.in index c8a96ad01..341450cd2 100755 --- a/src/krb5-config.in +++ b/src/krb5-config.in @@ -217,7 +217,7 @@ if test -n "$do_libs"; then fi if test $library = 'krb5'; then - lib_flags="$lib_flags -lkrb5 -lk5crypto -lcom_err -lkrb5support $GEN_LIB $LIBS $DL_LIB" + lib_flags="$lib_flags -lkrb5 -lk5crypto -lcom_err $GEN_LIB $LIBS $DL_LIB" fi echo $lib_flags