This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Libtool".
The branch, master has been updated
via 1ea9302bd1eadf25b466fcd7e8697e4bef111493 (commit)
from 1b76054f4763a28ae1b01fbeee86ba0c524d1923 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 1ea9302bd1eadf25b466fcd7e8697e4bef111493
Author: Svante Signell <[email protected]>
Date: Sun Apr 10 10:17:21 2011 +0200
Set shlibpath_overrides_runpath for the Hurd.
* libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) [gnu]
<shlibpath_overrides_runpath>: Set to no.
* THANKS: Update.
Signed-off-by: Ralf Wildenhues <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 7 +++++++
THANKS | 4 +++-
libltdl/m4/libtool.m4 | 1 +
3 files changed, 11 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index bc7c2af..ff936ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-04-10 Svante Signell <[email protected]> (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 <[email protected]> (tiny change)
Rhys Ulerich <[email protected]> (tiny change)
diff --git a/THANKS b/THANKS
index 08d7077..da43e65 100644
--- a/THANKS
+++ b/THANKS
@@ -180,6 +180,7 @@
Stephan Kulow [email protected]
Steve Ellcey [email protected]
Steven M. Schultz [email protected]
+ Svante Signell [email protected]
Sven Verdoolaege [email protected]
Terry D. Dontje [email protected]
Tim Mooney [email protected]
@@ -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 5cc027b..2ed41b7 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
;;
hooks/post-receive
--
GNU Libtool