]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4: Fixes for the OpenBSD support
authorBrad <brad@comstyle.com>
Wed, 7 Jul 2004 13:40:13 +0000 (13:40 +0000)
committerPeter O'Gorman <peter@pogma.com>
Wed, 7 Jul 2004 13:40:13 +0000 (13:40 +0000)
ChangeLog
libtool.m4

index ea6157e278c042b7bcb8001c50d0a783b9913aac..ef0f4a1a11871acf0d255f577cec66f3c49e80ab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-07-07  Brad <brad@comstyle.com>
+
+       * libtool.m4: Fixes for the OpenBSD support
+
 2004-07-07  Peter O'Gorman  <peter@pogma.com>
 
        * libltdl/ltdl.h: Undo inadvertent changes from the last commit.
index 38b93d174378c71ddd3971e83944a49a71738368..3df1a3b61a250c59316cea707e792107c653ab9d 100644 (file)
@@ -2215,7 +2215,7 @@ nto-qnx*)
 
 openbsd*)
   if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$'
+    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
   else
     lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
   fi
@@ -3225,6 +3225,7 @@ case $host_os in
       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
     fi
+    output_verbose_link_cmd='echo'
     ;;
   osf3*)
     case $cc_basename in