svn rev #19265: trunk/ src/ src/appl/libpty/ src/appl/telnet/libtelnet/ src/config/ ...

raeburn@MIT.EDU raeburn at MIT.EDU
Sun Mar 25 19:07:11 EDT 2007


Commit By: raeburn
Log Message: 
Never set krb5_force_static.  Instead, set the defaults for building
shared libraries, and allow a Makefile.in to include a new makefile
fragment for building private (static, not installed) libraries.

Created another makefile fragment to be included to indicate the
shared library has no dependencies.  (Currently this is the case only
for the libdb2 library, which we don't install, but do build for
testing.)  The way we construct the library dependency search path
arguments doesn't work for an empty list on some platforms.

Updated Makefile.in to use @libpriv_frag@ and @libnodeps_frag@ as
necessary.



Changed Files:
_U  trunk/
U   trunk/src/aclocal.m4
U   trunk/src/appl/libpty/Makefile.in
U   trunk/src/appl/telnet/libtelnet/Makefile.in
A   trunk/src/config/libnodeps.in
A   trunk/src/config/libpriv.in
U   trunk/src/config/pre.in
U   trunk/src/lib/apputils/Makefile.in
U   trunk/src/plugins/kdb/db2/libdb2/Makefile.in
U   trunk/src/util/ss/Makefile.in



More information about the cvs-krb5 mailing list