summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog7
-rw-r--r--src/aclocal.m44
2 files changed, 9 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8e898a4fd..b1229366d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
+Fri Mar 28 02:18:20 1997 Tom Yu <tlyu@mit.edu>
+
+ * aclocal.m4 (KRB5_LIB_AUX): add lib$(LIB)$(SHLIBVEXT) to the list
+ of libraries that get symlinked into $(TOPLIBD). This allows
+ linkers that look for libfoo.so.maj.min rather than libfoo.so at
+ link time to work, e.g. NetBSD/i386.
+
Wed Mar 19 15:43:27 1997 Theodore Y. Ts'o <tytso@mit.edu>
* Makefile.in: Fix up Macintosh and Windows build rules now that
diff --git a/src/aclocal.m4 b/src/aclocal.m4
index d6cbc7606..6fa159777 100644
--- a/src/aclocal.m4
+++ b/src/aclocal.m4
@@ -1071,9 +1071,9 @@ AC_ARG_ENABLE([shared],
*)
AC_MSG_RESULT([Enabling shared libraries.])
LIBLIST="$LIBLIST "'lib$(LIB)$(SHLIBEXT)'
- LIBLINKS="$LIBLINKS "'$(TOPLIBD)/lib$(LIB)$(SHLIBEXT)'
+ LIBLINKS="$LIBLINKS "'$(TOPLIBD)/lib$(LIB)$(SHLIBEXT) $(TOPLIBD)/lib$(LIB)$(SHLIBVEXT)'
case "$SHLIBSEXT" in
- .so-snobuild)
+ .so.s-nobuild)
LIBINSTLIST="$LIBINSTLIST install-shared"
;;
*)