[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-307-gc4f7e36

git git at cross-lfs.org
Wed Aug 21 10:22:21 PDT 2013


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 "Cross-LFS Book".

The branch, master has been updated
       via  c4f7e36995ab16d9b48713e16d9b0acd855058ac (commit)
      from  7cc0937aa24d21d2ed4c854c40f5b11030bc04a8 (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 c4f7e36995ab16d9b48713e16d9b0acd855058ac
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Wed Aug 21 12:22:15 2013 -0500

    Create link of ld.so.1 and then remove it after install. Proper command now.

diff --git a/BOOK/final-system/ppc64-64/eglibc.xml b/BOOK/final-system/ppc64-64/eglibc.xml
index 512d61e..e85feaf 100644
--- a/BOOK/final-system/ppc64-64/eglibc.xml
+++ b/BOOK/final-system/ppc64-64/eglibc.xml
@@ -116,7 +116,7 @@
     from the 64-bit loader (unlike on other 64-bit architectures).  We fool it by
     creating a symlink to the real loader.</para>
 
-    <screen><userinput>ln -sv &eglibc-ld-name; /lib/ld64.so.1</userinput></screen>
+    <screen><userinput>ln -sv &eglibc-ld-name; /lib/ld.so.1</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/eglibc.xml"
@@ -131,7 +131,7 @@
     not only the 32-bit linker, but also /lib64 where it thinks the 64-bit linker
     is. The following <command>sed</command> will correct this:</para>
 
-    <screen><userinput>rm -v /lib/ld64.so.1
+    <screen><userinput>rm -v /lib/ld.so.1
 cp -v /usr/bin/ldd{,.bak}
 sed '/RTLDLIST/s%/ld.so.1 /lib64%%' /usr/bin/ldd.bak >/usr/bin/ldd</userinput></screen>
 

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

Summary of changes:
 BOOK/final-system/ppc64-64/eglibc.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list