* pre.in: Remove the kdb5 and db libraries from the
authorEzra Peisach <epeisach@mit.edu>
Mon, 3 Jul 2000 14:19:28 +0000 (14:19 +0000)
committerEzra Peisach <epeisach@mit.edu>
Mon, 3 Jul 2000 14:19:28 +0000 (14:19 +0000)
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
src/config/pre.in

index 59075fb654a09492b6b90764415187036636cc29..598c446b454e332bff6ef8dfb45dd3441e609dc9 100644 (file)
@@ -1,3 +1,8 @@
+2000-07-03  Ezra Peisach  <epeisach@mit.edu>
+
+       * pre.in: Remove the kdb5 and db libraries from the
+       common application list but list them for server applications.
+
 2000-07-01  Tom Yu  <tlyu@mit.edu>
 
        * lib.in: Fix up lib build rules to deal properly (hopefuly) with
index d3620da9329eb965156ad49d2a03bc63559bbc5e..1b97aeb4de07e6e7dfed3de6af25222d3d50c992 100644 (file)
@@ -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