From: Ralf Wildenhues Date: Sat, 18 Aug 2007 09:18:44 +0000 (+0000) Subject: * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) [ linux ] X-Git-Tag: release-2-1b~80 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=134fc3083b6d095f50ceec032724eb6ba97a3da9;p=thirdparty%2Flibtool.git * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) [ linux ] [ k*bsd*-gnu ] : Avoid spurious output in runpath test. --- diff --git a/ChangeLog b/ChangeLog index 5e80ff12e..54a126abc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-08-18 Ralf Wildenhues + + * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) [ linux ] + [ k*bsd*-gnu ] : Avoid spurious + output in runpath test. + 2007-08-16 Ralf Wildenhues * libltdl/m4/libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4 index 092b9acc6..bc1c80376 100644 --- a/libltdl/m4/libtool.m4 +++ b/libltdl/m4/libtool.m4 @@ -2330,7 +2330,7 @@ linux* | k*bsd*-gnu) eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \ LDFLAGS=\"\$LDFLAGS $_LT_TAGVAR(hardcode_libdir_flag_spec, $1)\"" AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])], - [AS_IF([ ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir"], + [AS_IF([ ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null], [shlibpath_overrides_runpath=yes])]) LDFLAGS=$save_LDFLAGS libdir=$save_libdir