From bdd7f2703c38ee8cff43504c6d3d484148a833bf Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Mon, 27 Oct 2008 07:23:19 +0000 Subject: Added chmod instructions to e2fsprogs and tcl to ensure all libraries are writable by root for stripping. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8709 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/e2fsprogs.xml | 5 +++++ chapter05/tcl.xml | 5 +++++ 2 files changed, 10 insertions(+) (limited to 'chapter05') diff --git a/chapter05/e2fsprogs.xml b/chapter05/e2fsprogs.xml index 5c3e9cb37..5211ca666 100644 --- a/chapter05/e2fsprogs.xml +++ b/chapter05/e2fsprogs.xml @@ -60,6 +60,11 @@ cd build make install-libs + Make the installed static libraries writable so debugging symbols can + be removed later. + +chmod -v u+w /tools/lib/{libblkid,libcom_err,libe2p,libext2fs,libss,libuuid}.a + diff --git a/chapter05/tcl.xml b/chapter05/tcl.xml index 88fa8021e..6a59a92fb 100644 --- a/chapter05/tcl.xml +++ b/chapter05/tcl.xml @@ -74,6 +74,11 @@ make install + Make the installed library writable so debugging symbols can + be removed later: + +chmod -v u+w /tools/lib/libtcl8.5.so + Install Tcl's headers. The next package, Expect, requires them to build. -- cgit v1.2.3-54-g00ecf