diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2005-10-27 05:19:45 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2005-10-27 05:19:45 +0000 |
| commit | 78c8dbfcd6197a49a0324b3cf9fce894aa6f0824 (patch) | |
| tree | 6531c638045dd47ea07e2e66eed88925b77b8fea /src/config/ChangeLog | |
| parent | 7fc3e9f2d4aeb7e636cd67d4b6b8c2f44d3f92de (diff) | |
| download | krb5-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/config/ChangeLog')
| -rw-r--r-- | src/config/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/config/ChangeLog b/src/config/ChangeLog index 99addf6dc9..c30b6896d3 100644 --- a/src/config/ChangeLog +++ b/src/config/ChangeLog @@ -1,3 +1,13 @@ +2005-10-27 Ken Raeburn <raeburn@mit.edu> + + * 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. + * pre.in (DYNOBJ_EXPDEPS, DYNOBJ_EXPFLAGS): New variables. + * libnover.in ($(LIBBASE)$(DYNOBJEXT)): Use DYNOBJ_EXPDEPS instead + of SHLIB_EXPDEPS in dependencies. + 2005-10-12 Ken Raeburn <raeburn@mit.edu> * libnover.in (PARSE_OBJLISTS): Die on warnings (including input |
