]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
From Brad <brad@comstyle.com>:
authorGary V. Vaughan <gary@gnu.org>
Sun, 5 Aug 2001 11:54:01 +0000 (11:54 +0000)
committerGary V. Vaughan <gary@gnu.org>
Sun, 5 Aug 2001 11:54:01 +0000 (11:54 +0000)
* libtool.m4 [openbsd]:  OpenBSD can build modules without a `lib'
prefix and version number.

ChangeLog
libtool.m4

index 097da715f387c10b489e2dc0cf1e15c80d55b29a..752489683ba9ccc8803867380dd09bd59b5b90d3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-08-05  Gary V. Vaughan  <gary@gnu.org>
+
+       From Brad <brad@comstyle.com>:
+       * libtool.m4 [openbsd]:  OpenBSD can build modules without a `lib'
+       prefix and version number.
+
 2001-08-04  Gary V. Vaughan  <gary@gnu.org>
 
        From Edouard G. Parmelan <egp@free.fr>
index a0e484428c5f0c71a880a4d93f4716fb6e053f98..1e6007fbe03b6848d9ce62e5a32aabd5939757cc 100644 (file)
@@ -2127,12 +2127,16 @@ newsos6)
 
 openbsd*)
   version_type=sunos
+  need_lib_prefix=no
+  need_version=no
   file_magic_cmd=/usr/bin/file
   file_magic_test_file=`echo /usr/lib/libc.so.*`
   if test "`echo __ELF__ | $CC -E - | grep __ELF__`" = "" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
     [deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object']
+    shlibpath_overrides_runpath=no
   else
     deplibs_check_method='file_magic OpenBSD.* shared library'
+    shlibpath_overrides_runpath=yes
   fi
   library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'