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

index 995c2905dd26ceb0d2cbb87427b09e32f7da82c9..10fb8d91d258df2332f49b19a0779d3766d70e5d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-07-07  Brad <brad@comstyle.com>
+
+       * m4/libtool.m4: Fixes for the OpenBSD support
+
 2004-06-24  Noah Misch  <noah@cs.caltech.edu>
 
        * ltmain.in: Unset the zsh GLOB_SUBST option, which makes zsh
index 5f1090c91a6be765dab586eb7b90a44f28ce3c59..52dc2726ceedfe71299ed0c47991cf8901ebf203 100644 (file)
@@ -2497,7 +2497,7 @@ newos6*)
 
 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
@@ -5053,6 +5053,7 @@ if test -n "$compiler"; then
         _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