[Clfs-commits] commit: r4610 - in /branches/clfs-sysroot/BOOK: final-system/common/bzip2.xml introduction/common/changelog.xml

svn at cross-lfs.org svn at cross-lfs.org
Sat Jan 31 07:07:19 PST 2009


Author: jciccone
Date: Sat Jan 31 15:07:18 2009
New Revision: 4610

Log:
bzip2 changes from trunk.

Modified:
    branches/clfs-sysroot/BOOK/final-system/common/bzip2.xml
    branches/clfs-sysroot/BOOK/introduction/common/changelog.xml

Modified: branches/clfs-sysroot/BOOK/final-system/common/bzip2.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/final-system/common/bzip2.xml (original)
+++ branches/clfs-sysroot/BOOK/final-system/common/bzip2.xml Sat Jan 31 15:07:18 2009
@@ -34,6 +34,12 @@
 <screen os="s2"><userinput>cp Makefile{,.orig}
 sed -e "/^all:/s/ test//" Makefile.orig > Makefile</userinput></screen>
 
+    <para os="s3">By default Bzip2 creates some symlinks that use absolute
+    pathnames. The following sed will cause them to be created with relative
+    paths instead:</para>
+
+<screen os="s4"><userinput>sed -i -e 's:ln -s -f $(PREFIX)/bin/:ln -s :' Makefile</userinput></screen>
+
     <para os="a">The Bzip2 package does not contain a <command>configure</command>
     script. Compile it with:</para>
 
@@ -75,8 +81,9 @@
       <segtitle>Installed libraries</segtitle>
 
       <seglistitem>
-        <seg>bunzip2 (link to bzip2), bzcat (link to bzip2), bzcmp, bzdiff,
-        bzegrep, bzfgrep, bzgrep, bzip2, bzip2recover, bzless, and bzmore</seg>
+        <seg>bunzip2 (link to bzip2), bzcat (link to bzip2), bzcmp (link to
+        bzdiff), bzdiff, bzegrep (link to bzgrep), bzfgrep (link to bzgrep),
+        bzgrep, bzip2, bzip2recover, bzless (link to bzmore), and bzmore</seg>
         <seg>libbz2.a, libbz2.so (link to libbz2.so.1.0), libbz2.so.1.0 (link to
         libbz2.so.&bzip2-version;), and libbz2.so.&bzip2-version;</seg>
       </seglistitem>

Modified: branches/clfs-sysroot/BOOK/introduction/common/changelog.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/introduction/common/changelog.xml (original)
+++ branches/clfs-sysroot/BOOK/introduction/common/changelog.xml Sat Jan 31 15:07:18 2009
@@ -39,6 +39,10 @@
     <listitem>
       <para>Janurary 31, 2009</para>
       <itemizedlist>
+        <listitem>
+          <para>[jciccone] - Change hard-links to relative-links in
+          bzip2.</para>
+        </listitem>
         <listitem>
           <para>[jciccone] - Updated Udev to 137. Fixed nagging uucp group
           issue for udev.</para>




More information about the Clfs-commits mailing list