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 5627b263cc369f26ae90384e673653f64e0108ff (commit)
from 3cca61ae59c4eadb5d6bd423ec5cba435a337c8f (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 5627b263cc369f26ae90384e673653f64e0108ff
Author: Scott McCreary <[email protected]>
Date: Wed Feb 24 22:10:52 2010 +0100
Update search path on Haiku for legacy system directory.
* libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) [haiku]
<sys_lib_dlsearch_path_spec>: Replace legacy
/boot/beos/system/lib directory with /boot/system/lib.
* THANKS: Update.
Signed-off-by: Ralf Wildenhues <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 8 ++++++++
THANKS | 1 +
libltdl/m4/libtool.m4 | 2 +-
3 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index b8aae4a..8445fbe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-02-24 Scott McCreary <[email protected]> (tiny change)
+
+ Update search path on Haiku for legacy system directory.
+ * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) [haiku]
+ <sys_lib_dlsearch_path_spec>: Replace legacy
+ /boot/beos/system/lib directory with /boot/system/lib.
+ * THANKS: Update.
+
2010-02-22 Ralf Wildenhues <[email protected]>
manual: fix detailmenu ordering.
diff --git a/THANKS b/THANKS
index 110b514..7ff58a8 100644
--- a/THANKS
+++ b/THANKS
@@ -158,6 +158,7 @@
Roumen Petrov [email protected]
Rudolf Leitgeb [email protected]
Sam Thursfield [email protected]
+ Scott McCreary [email protected]
Sebastian Wilhelmi [email protected]
Simon Josefsson [email protected]
Stephan Kulow [email protected]
diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4
index 29f1222..b538fa6 100644
--- a/libltdl/m4/libtool.m4
+++ b/libltdl/m4/libtool.m4
@@ -2335,7 +2335,7 @@ haiku*)
soname_spec='${libname}${release}${shared_ext}$major'
shlibpath_var=LIBRARY_PATH
shlibpath_overrides_runpath=yes
- sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib
/boot/beos/system/lib'
+ sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib
/boot/system/lib'
hardcode_into_libs=yes
;;
hooks/post-receive
--
GNU Libtool