]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Set shlibpath_overrides_runpath for the Hurd.
authorSvante Signell <srs@kth.se>
Sun, 10 Apr 2011 08:17:21 +0000 (10:17 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 10 Apr 2011 08:17:21 +0000 (10:17 +0200)
* libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) [gnu]
<shlibpath_overrides_runpath>: Set to no.
* THANKS: Update.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
THANKS
libltdl/m4/libtool.m4

index bc7c2afc99a451858cd44bc5484cd17e9daee56c..ff936aed8031b2febcadcececf5293a2111ed552 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-04-10  Svante Signell  <srs@kth.se>  (tiny change)
+
+       Set shlibpath_overrides_runpath for the Hurd.
+       * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) [gnu]
+       <shlibpath_overrides_runpath>: Set to no.
+       * THANKS: Update.
+
 2011-03-22  Justin Lecher  <jlec@gentoo.org>  (tiny change)
            Rhys Ulerich  <rhys.ulerich@gmail.com>  (tiny change)
 
diff --git a/THANKS b/THANKS
index 08d707744139a974055b4e66b95863c7d3cdcfe7..da43e65f49e4f01588b441cec11c95ce400b07d9 100644 (file)
--- a/THANKS
+++ b/THANKS
   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
 
 -- 
   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.
index 5cc027b7baab7a0ba7f2303ea90c9b6fcfe33631..2ed41b7a3b189ce894505da418e745a1d87f0d32 100644 (file)
@@ -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
   ;;