]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Remove -lkrb5support, which should be for internal use only, from the displayed
authorKen Raeburn <raeburn@mit.edu>
Fri, 16 Jun 2006 00:26:49 +0000 (00:26 +0000)
committerKen Raeburn <raeburn@mit.edu>
Fri, 16 Jun 2006 00:26:49 +0000 (00:26 +0000)
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

index c8a96ad0190eae46b15267391fc86e3a71de8e06..341450cd282f0f5e6d5a8e035d1373e8b6c240df 100755 (executable)
@@ -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