diff options
| author | Sam Hartman <hartmans@mit.edu> | 1995-06-23 00:59:54 +0000 |
|---|---|---|
| committer | Sam Hartman <hartmans@mit.edu> | 1995-06-23 00:59:54 +0000 |
| commit | 6cd88aa348286b0535b95b84f54beb95abd29a92 (patch) | |
| tree | d631441a2fd3127093ba06aff89f4cd7acb60d49 /src/ChangeLog | |
| parent | d84d59a45a9203ba179a213f5d2281be4da07b00 (diff) | |
| download | krb5-6cd88aa348286b0535b95b84f54beb95abd29a92.tar.gz krb5-6cd88aa348286b0535b95b84f54beb95abd29a92.tar.xz krb5-6cd88aa348286b0535b95b84f54beb95abd29a92.zip | |
Changes to support AIX shared libraries. The interactions
between configure.in and Makefile.in change significantly for shared
libraries: the static library target is no longer specified in the
Makefile, although a rule to make the static library is specified.
Also, none of the libraries have any more unresolved symbols. As
discussed, libcom_err.a is made shared and symlinks are created in
lib.
These changes sort of work, although I suspect cleanup is
necessary. I don't think it breaks too much on other platforms.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6126 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ffbb7abd6..f32475a9b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -21,7 +21,21 @@ Wed Jun 21 17:38:34 1995 Ezra Peisach <epeisach@kangaroo.mit.edu> * aclocal.m4: Add KRB5_SIGTYPE (taken from include/krb5) so that other applications may use defintion. -Wed Jun 21 14:57:55 1995 <tytso@rsx-11.mit.edu> + +Wed Jun 21 16:10:09 1995 Sam Hartman <hartmans@tardis.MIT.EDU> + + * aclocal.m4 (SHARED_RULE_LOCAL): Add support for not making + static libs. Moves the clean and all target for shared libs in + shared lib Makefiles into this rule instead of Makefile.in + + * configure.in: Added krb5_cv_noshlibs_ext, the extension for + static libraries that have shared counterparts. Also added + krb5_cv_staticlibs_enabled, (set by the code for --enable-shared, + not by any extra option) to determine whether static versions of + shared libs are compiled on a per-platform basis. + + + Wed Jun 21 14:57:55 1995 <tytso@rsx-11.mit.edu> * aclocal.m4: Removed extra blank lines and added "dnl" to the end of some macro definitions to get rid of extra newlines |
