From 948b08af6e1520f744c815d8912f2c54c6dac51c Mon Sep 17 00:00:00 2001 From: Ezra Peisach Date: Mon, 3 Jul 2000 14:19:28 +0000 Subject: [PATCH] * pre.in: Remove the kdb5 and db libraries from the common application list but list them for server applications. Clients in general do not depend on the database libraries. (this improves startup time with shared libraries by not requiring the resolve of a library that is not used. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12519 dc483132-0cff-0310-8789-dd5450dbe970 --- src/config/ChangeLog | 5 +++++ src/config/pre.in | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/config/ChangeLog b/src/config/ChangeLog index 59075fb65..598c446b4 100644 --- a/src/config/ChangeLog +++ b/src/config/ChangeLog @@ -1,3 +1,8 @@ +2000-07-03 Ezra Peisach + + * pre.in: Remove the kdb5 and db libraries from the + common application list but list them for server applications. + 2000-07-01 Tom Yu * lib.in: Fix up lib build rules to deal properly (hopefuly) with diff --git a/src/config/pre.in b/src/config/pre.in index d3620da93..1b97aeb4d 100644 --- a/src/config/pre.in +++ b/src/config/pre.in @@ -257,8 +257,8 @@ KRB4COMPAT_LIBS = $(KRB4_LIB) -lkrb5 $(DES425_LIB) -lk5crypto -lcom_err $(GEN_LI KDB5_LIBS = $(KDB5_LIB) $(DB_LIB) GSS_LIBS = -lgssapi_krb5 GSSRPC_LIBS = -lgssrpc -ldyn $(GSS_LIBS) -KADM_COMM_LIBS = $(KDB5_LIBS) $(GSSRPC_LIBS) -KADMSRV_LIBS = -lkadm5srv $(HESIOD_LIBS) $(KADM_COMM_LIBS) +KADM_COMM_LIBS = $(GSSRPC_LIBS) +KADMSRV_LIBS = -lkadm5srv $(HESIOD_LIBS) $(KDB5_LIBS) $(KADM_COMM_LIBS) KADMCLNT_LIBS = -lkadm5clnt $(KADM_COMM_LIBS) UTIL_LIB = -lkrb5util -- 2.26.2