libtool-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Libtool branch, master, updated. v2.2.6-188-g5627b26


From: Ralf Wildenhues
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.6-188-g5627b26
Date: Wed, 24 Feb 2010 21:02:27 +0000

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 <address@hidden>
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 <address@hidden>

-----------------------------------------------------------------------

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  <address@hidden>  (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  <address@hidden>
 
        manual: fix detailmenu ordering.
diff --git a/THANKS b/THANKS
index 110b514..7ff58a8 100644
--- a/THANKS
+++ b/THANKS
@@ -158,6 +158,7 @@
   Roumen Petrov                        address@hidden
   Rudolf Leitgeb               address@hidden
   Sam Thursfield               address@hidden
+  Scott McCreary               address@hidden
   Sebastian Wilhelmi           address@hidden
   Simon Josefsson              address@hidden
   Stephan Kulow                        address@hidden
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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]