From 3f64ad23428f1d6caef0ce638072f442f40d4a52 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Fri, 16 Jun 2006 00:26:49 +0000 Subject: [PATCH] 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 --- src/krb5-config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2