From 634eb1518febc5bd54da0f6fedbf88153a5c8ff3 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Thu, 27 Oct 2005 09:38:05 +0000 Subject: If configure scripts set build_dynobj=yes, force build of shared objects and not static objects; set it in the db2 directories. Fix up some bugs in Mac support just checked in for building plugin modules. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17461 dc483132-0cff-0310-8789-dd5450dbe970 --- src/ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index d0e7d2eb1..0fd3139af 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -2,6 +2,8 @@ * aclocal.m4 (KRB5_BUILD_LIBRARY_WITH_DEPS): Substitute DYNOBJ_EXPDEPS and DYNOBJ_EXPFLAGS. + (KRB5_LIB_AUX): If build_dynobj is set to yes, ensure that OBJS.SH + is in OBJLISTS and that OBJS.ST is not. 2005-10-26 Ken Raeburn -- cgit