kdb library now depends on gssrpc; add it to link commands
authorKen Raeburn <raeburn@mit.edu>
Wed, 25 Jun 2008 18:05:08 +0000 (18:05 +0000)
committerKen Raeburn <raeburn@mit.edu>
Wed, 25 Jun 2008 18:05:08 +0000 (18:05 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20469 dc483132-0cff-0310-8789-dd5450dbe970

src/config/pre.in

index ee88d583a3c4fbb7777702283db799977c488fa6..36b15e2b827f22cc2436829c39a0063ffd1628ed 100644 (file)
@@ -399,7 +399,7 @@ HESIOD_LIBS = @HESIOD_LIBS@
 
 KRB5_BASE_LIBS = $(KRB5_LIB) $(K5CRYPTO_LIB) $(COM_ERR_LIB) $(SUPPORT_LIB) $(GEN_LIB) $(LIBS) $(DL_LIB)
 KRB4COMPAT_LIBS        = $(KRB4_LIB) $(DES425_LIB) $(KRB5_BASE_LIBS)
-KDB5_LIBS      = $(KDB5_LIB)
+KDB5_LIBS      = $(KDB5_LIB) $(GSSRPC_LIBS)
 GSS_LIBS       = $(GSS_KRB5_LIB)
 # needs fixing if ever used on Mac OS X!
 GSSRPC_LIBS    = -lgssrpc $(GSS_LIBS)