Never set krb5_force_static. Instead, set the defaults for building
authorKen Raeburn <raeburn@mit.edu>
Sun, 25 Mar 2007 23:07:09 +0000 (23:07 +0000)
committerKen Raeburn <raeburn@mit.edu>
Sun, 25 Mar 2007 23:07:09 +0000 (23:07 +0000)
commit67add7ce15f01e788d8cecbc60c61fb47d5e759f
tree4eaec32e208cb372b1894c228d3fe9b18be4a485
parentead4c700f9c5f05f921be90da282566be1548d16
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.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19265 dc483132-0cff-0310-8789-dd5450dbe970
src/aclocal.m4
src/appl/libpty/Makefile.in
src/appl/telnet/libtelnet/Makefile.in
src/config/libnodeps.in [new file with mode: 0644]
src/config/libpriv.in [new file with mode: 0644]
src/config/pre.in
src/lib/apputils/Makefile.in
src/plugins/kdb/db2/libdb2/Makefile.in
src/util/ss/Makefile.in