From: Brad Date: Wed, 7 Jul 2004 13:45:06 +0000 (+0000) Subject: * m4/libtool.m4: Fixes for the OpenBSD support X-Git-Tag: release-1-9b~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae045aaf74b576c81a21178ae90fade52dc19db3;p=thirdparty%2Flibtool.git * m4/libtool.m4: Fixes for the OpenBSD support --- diff --git a/ChangeLog b/ChangeLog index 995c2905d..10fb8d91d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-07-07 Brad + + * m4/libtool.m4: Fixes for the OpenBSD support + 2004-06-24 Noah Misch * ltmain.in: Unset the zsh GLOB_SUBST option, which makes zsh diff --git a/m4/libtool.m4 b/m4/libtool.m4 index 5f1090c91..52dc2726c 100644 --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -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