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.4.2-401-g829eec5


From: Brooks Moses
Subject: [SCM] GNU Libtool branch, master, updated. v2.4.2-401-g829eec5
Date: Wed, 09 Oct 2013 20:40:40 +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  829eec5870edeba220c8acee7c2d7eacf31b172f (commit)
      from  d9a35fe9d3508b5c0d56e7f2ec80fc05e8415fa3 (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 829eec5870edeba220c8acee7c2d7eacf31b172f
Author: Joseph Prostko <address@hidden>
Date:   Wed Oct 9 13:34:08 2013 -0700

    libtool: Haiku change for shlibpath_overrides_runpath
    
    Pretty much all changes to Haiku for Libtool have been
    upstreamed, however we currently have an incorrect value for
    shlibpath_overrides_runpath.  It should be "no" instead of
    "yes".
    
    Previously Scott McCreary had submitted patches for us, but I
    told him I would work to get this committed, as he is quite
    busy lately.
    
    Here is a commit he made to our Haiku Ports site though, that
    shows the exact change I am proposing done against Libtool
    2.4.2.
    
    http://ports.haiku-files.org/browser/haikuports/sys-devel/
    libtool/patches/libtool-2.4.2.patch
    
    Copyright-paperwork-exempt: Yes

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

Summary of changes:
 m4/libtool.m4 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/m4/libtool.m4 b/m4/libtool.m4
index 080272c..195348c 100644
--- a/m4/libtool.m4
+++ b/m4/libtool.m4
@@ -2576,7 +2576,7 @@ haiku*)
   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=LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
+  shlibpath_overrides_runpath=no
   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]