svn rev #17456: trunk/src/ config/ modules/kdb/db2/

raeburn@MIT.EDU raeburn at MIT.EDU
Thu Oct 27 01:19:46 EDT 2005


Commit By: raeburn

Log Message: 
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.



Changed Files:
U   trunk/src/ChangeLog
U   trunk/src/aclocal.m4
U   trunk/src/config/ChangeLog
U   trunk/src/config/libnover.in
U   trunk/src/config/pre.in
U   trunk/src/config/shlib.conf
U   trunk/src/modules/kdb/db2/ChangeLog
U   trunk/src/modules/kdb/db2/Makefile.in


More information about the cvs-krb5 mailing list