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-120-ge3095b3


From: Ralf Wildenhues
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.6-120-ge3095b3
Date: Sun, 07 Jun 2009 07:03:45 +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  e3095b37d09aa637c465b3099781bf5d69f9f059 (commit)
      from  2af6f65468e1890da42b32baeac3054a756c0e72 (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 e3095b37d09aa637c465b3099781bf5d69f9f059
Author: Ralf Wildenhues <address@hidden>
Date:   Sun Jun 7 09:01:12 2009 +0200

    Don't pick up double-quotes from /etc/ld.so.conf on Ubuntu.
    
    * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) [ linux ]
    <sys_lib_dlsearch_path_spec>: Remove embedded double quotes from
    paths picked up from /etc/ld.so.conf.  Fixes libltdl compile
    failure on Ubuntu 7.10.
    * THANKS: Update.
    Report by Camilo La Rota.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

Summary of changes:
 ChangeLog             |   10 ++++++++++
 THANKS                |    1 +
 libltdl/m4/libtool.m4 |    2 +-
 3 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index e278549..8220712 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2009-06-07  Ralf Wildenhues  <address@hidden>
+
+       Don't pick up double-quotes from /etc/ld.so.conf on Ubuntu.
+       * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) [ linux ]
+       <sys_lib_dlsearch_path_spec>: Remove embedded double quotes from
+       paths picked up from /etc/ld.so.conf.  Fixes libltdl compile
+       failure on Ubuntu 7.10.
+       * THANKS: Update.
+       Report by Camilo La Rota.
+
 2009-06-06  Richard Sandiford  <address@hidden>
 
        Fix GNU nm invocation for AIX.
diff --git a/THANKS b/THANKS
index 9bf16db..51c99cc 100644
--- a/THANKS
+++ b/THANKS
@@ -76,6 +76,7 @@
   Brad Smith                   address@hidden
   Brian Barrett                        address@hidden
   Bruno Haible                 address@hidden
+  Camilo La Rota               address@hidden
   Carl D. Roth                 address@hidden
   Chris P. Ross                        address@hidden
   Christian Biesinger          address@hidden
diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4
index a7d9bf5..0670980 100644
--- a/libltdl/m4/libtool.m4
+++ b/libltdl/m4/libtool.m4
@@ -2416,7 +2416,7 @@ linux* | k*bsd*-gnu | kopensolaris*-gnu)
 
   # Append ld.so.conf contents to the search path
   if test -f /etc/ld.so.conf; then
-    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 
2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < 
/etc/ld.so.conf | $SED -e 's/#.*//;/^[  ]*hwcap[        ]/d;s/[:,      ]/ 
/g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
+    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 
2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < 
/etc/ld.so.conf | $SED -e 's/#.*//;/^[  ]*hwcap[        ]/d;s/[:,      ]/ 
/g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
     sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
   fi
 


hooks/post-receive
-- 
GNU Libtool




reply via email to

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