aboutsummaryrefslogtreecommitdiff
path: root/src/plugins
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2007-03-25 23:07:09 +0000
committerKen Raeburn <raeburn@mit.edu>2007-03-25 23:07:09 +0000
commit67add7ce15f01e788d8cecbc60c61fb47d5e759f (patch)
tree4eaec32e208cb372b1894c228d3fe9b18be4a485 /src/plugins
parentead4c700f9c5f05f921be90da282566be1548d16 (diff)
downloadkrb5-67add7ce15f01e788d8cecbc60c61fb47d5e759f.zip
krb5-67add7ce15f01e788d8cecbc60c61fb47d5e759f.tar.gz
krb5-67add7ce15f01e788d8cecbc60c61fb47d5e759f.tar.bz2
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
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/kdb/db2/libdb2/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/kdb/db2/libdb2/Makefile.in b/src/plugins/kdb/db2/libdb2/Makefile.in
index c993f34..77326a2 100644
--- a/src/plugins/kdb/db2/libdb2/Makefile.in
+++ b/src/plugins/kdb/db2/libdb2/Makefile.in
@@ -40,4 +40,5 @@ $(srcdir)/include/autoconf.stmp: $(srcdir)/configure.in $(SRCTOP)/aclocal.m4
clean-includes::
$(RM) $(HDRS) include/*.stmp
+@libnodeps_frag@
@lib_frag@