From: Svante Signell Date: Sun, 10 Apr 2011 08:17:21 +0000 (+0200) Subject: Set shlibpath_overrides_runpath for the Hurd. X-Git-Tag: v2.4.2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ea9302bd1eadf25b466fcd7e8697e4bef111493;p=thirdparty%2Flibtool.git Set shlibpath_overrides_runpath for the Hurd. * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) [gnu] : Set to no. * THANKS: Update. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index bc7c2afc9..ff936aed8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2011-04-10 Svante Signell (tiny change) + + Set shlibpath_overrides_runpath for the Hurd. + * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) [gnu] + : Set to no. + * THANKS: Update. + 2011-03-22 Justin Lecher (tiny change) Rhys Ulerich (tiny change) diff --git a/THANKS b/THANKS index 08d707744..da43e65f4 100644 --- a/THANKS +++ b/THANKS @@ -180,6 +180,7 @@ Stephan Kulow coolo@kde.org Steve Ellcey sje@cup.hp.com Steven M. Schultz sms@wlv.iipo.gtegsc.com + Svante Signell srs@kth.se Sven Verdoolaege skimo@liacs.nl Terry D. Dontje Terry.Dontje@Sun.COM Tim Mooney mooney@dogbert.cc.ndsu.NoDak.edu @@ -202,7 +203,8 @@ -- Copyright (C) 1996, 1998, 1999, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010, 2011 Free Software Foundation, + Inc. Written by Gord Matzigkeit, 1996 This file is part of GNU Libtool. diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4 index 5cc027b7b..2ed41b7a3 100644 --- a/libltdl/m4/libtool.m4 +++ b/libltdl/m4/libtool.m4 @@ -2519,6 +2519,7 @@ gnu*) library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no hardcode_into_libs=yes ;;