[Clfs-commits] commit: r4325 - /branches/clfs-sysroot/BOOK/final-system/common/e2fsprogs.xml

svn at cross-lfs.org svn at cross-lfs.org
Sun Jan 4 16:16:44 PST 2009


Author: jciccone
Date: Mon Jan  5 00:16:44 2009
New Revision: 4325

Log:
Remove absolute paths from the e2fsprogs libraries.

Modified:
    branches/clfs-sysroot/BOOK/final-system/common/e2fsprogs.xml

Modified: branches/clfs-sysroot/BOOK/final-system/common/e2fsprogs.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/final-system/common/e2fsprogs.xml (original)
+++ branches/clfs-sysroot/BOOK/final-system/common/e2fsprogs.xml Mon Jan  5 00:16:44 2009
@@ -89,6 +89,16 @@
     <para os="j">Install the static libraries and headers:</para>
 
 <screen os="k"><userinput>make DESTDIR=${CLFS} install-libs</userinput></screen>
+
+    <para os="l">Remove absolute paths from the link destinations:</para>
+
+<screen os="m"><userinput>rm -v ${CLFS}/usr/lib/lib{blkid,com_err,e2p,ext2fs,ss,uuid}.so
+ln -sv ../../lib/libblkid.so.1 ${CLFS}/usr/lib/libblkid.so
+ln -sv ../../lib/libcom_err.so.2 ${CLFS}/usr/lib/libcom_err.so
+ln -sv ../../lib/libe2p.so.2 ${CLFS}/usr/lib/libe2p.so
+ln -sv ../../lib/libext2fs.so.2 ${CLFS}/usr/lib/libext2fs.so
+ln -sv ../../lib/libss.so.2 ${CLFS}/usr/lib/libss.so
+ln -sv ../../lib/libuuid.so.1 ${CLFS}/usr/lib/libuuid.so</userinput></screen>
 
   </sect2>
 




More information about the Clfs-commits mailing list