summaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2005-10-27 05:19:45 +0000
committerKen Raeburn <raeburn@mit.edu>2005-10-27 05:19:45 +0000
commit78c8dbfcd6197a49a0324b3cf9fce894aa6f0824 (patch)
tree6531c638045dd47ea07e2e66eed88925b77b8fea /src/ChangeLog
parent7fc3e9f2d4aeb7e636cd67d4b6b8c2f44d3f92de (diff)
downloadkrb5-78c8dbfcd6197a49a0324b3cf9fce894aa6f0824.tar.gz
krb5-78c8dbfcd6197a49a0324b3cf9fce894aa6f0824.tar.xz
krb5-78c8dbfcd6197a49a0324b3cf9fce894aa6f0824.zip
Allow dynamic-object dependencies and build flags to be specified as distinct from
shared-library dependencies and flags. Define them for the Mac, default to same as shared-library versions on other platforms. * config/shlib.conf: Set DYNOBJ_EXPDEPS and DYNOBJ_EXPFLAGS. (*-*-darwin*): Change MAKE_DYNOBJ_COMMAND definition to use DYNOBJ_EXPFLAGS and DYNOBJ_LOADER_PROG instead of SHLIB_EXPFLAGS and a hardcoded pathname to the KDC binary, respectively. * config/pre.in (DYNOBJ_EXPDEPS, DYNOBJ_EXPFLAGS): New variables. * config/libnover.in ($(LIBBASE)$(DYNOBJEXT)): Use DYNOBJ_EXPDEPS instead of SHLIB_EXPDEPS in dependencies. * aclocal.m4 (KRB5_BUILD_LIBRARY_WITH_DEPS): Substitute DYNOBJ_EXPDEPS and DYNOBJ_EXPFLAGS. * modules/kdb/db2/Makefile.in (DYNOBJ_LOADER_PROG, DYNOBJ_EXPFLAGS_WITH_LOADER, DYNOBJ_EXPDEPS_WITH_LOADER): New variables. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17456 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 670162146e..d0e7d2eb10 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+2005-10-27 Ken Raeburn <raeburn@mit.edu>
+
+ * aclocal.m4 (KRB5_BUILD_LIBRARY_WITH_DEPS): Substitute
+ DYNOBJ_EXPDEPS and DYNOBJ_EXPFLAGS.
+
2005-10-26 Ken Raeburn <raeburn@mit.edu>
* aclocal.m4 (KRB5_AC_INET6): Drop enable/disable-ipv6 option;