]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* THANKS: Added Steven Schultz
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Wed, 20 Jan 1999 19:30:13 +0000 (19:30 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Wed, 20 Jan 1999 19:30:13 +0000 (19:30 +0000)
1999-01-20  Steven M. Schultz <sms@wlv.iipo.gtegsc.com>

* ltconfig.in (bsdi4*, check_shared_deplibs_method): file_magic
(bsdi4*, sys_lib_search_path): add /shlib and other dirs

ChangeLog
THANKS
ltconfig.in

index d897f6db77a593b90d878d0ad3c2b389920bdaa7..98e5a0f41b0d5dc2fae4e55cbdfed9910b4e1237 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+1999-01-20  Alexandre Oliva  <oliva@dcc.unicamp.br>
+
+       * THANKS: Added Steven Schultz
+
+1999-01-20  Steven M. Schultz <sms@wlv.iipo.gtegsc.com>
+
+       * ltconfig.in (bsdi4*, check_shared_deplibs_method): file_magic
+       (bsdi4*, sys_lib_search_path): add /shlib and other dirs
+
 1999-01-20  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
        * cdemo/main.c (main): use K&R definition syntax
diff --git a/THANKS b/THANKS
index 620aeebb7456624eae9d74879daa90685be3faff..302e509d734e976db80f94cf37669479dc2a12a6 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -35,6 +35,7 @@ Raffaele Sena <raff@aromatic.com>
 Ron O'Hara <rono@sentuny.com.au>
 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
 Stephan Kulow <coolo@kde.org>
+Steven M. Schultz <sms@wlv.iipo.gtegsc.com>
 Thomas Esser <te@informatik.uni-hannover.de>
 Todd Vierling <tv@pobox.com>
 Tom Tromey <tromey@cygnus.com>
index cb270bc00d73e02711b5de244a8c0a8a1a4bd8dd..99c8299d81e14c1b6857a4d0f3055eaa1d3040b3 100755 (executable)
@@ -1650,6 +1650,8 @@ bsdi4*)
   soname_spec='${libname}.so'
   finish_cmds='PATH="$PATH:/sbin" ldconfig $libdir'
   shlibpath_var=LD_LIBRARY_PATH
+  check_shared_deplibs_method='file_magic ELF 32-bit LSB shared object'
+  sys_lib_search_path="/shlib /usr/lib /usr/local/lib `echo $LD_LIBRARY_PATH | sed -e 's/:/ /g'`"
   ;;
 
 cygwin32* | mingw32*)