mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 11:21:59 +00:00
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
This commit is contained in:
parent
e4b8b816df
commit
bdd7f2703c
@ -39,6 +39,10 @@
|
||||
<listitem>
|
||||
<para>2008-10-27</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Added chmod instructions to e2fsprogs and tcl to
|
||||
ensure all libraries are writable by root for stripping.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Added a brief explanation of the Linux API Headers
|
||||
instructions.</para>
|
||||
|
@ -60,6 +60,11 @@ cd build</userinput></screen>
|
||||
|
||||
<screen><userinput remap="install">make install-libs</userinput></screen>
|
||||
|
||||
<para>Make the installed static libraries writable so debugging symbols can
|
||||
be removed later.</para>
|
||||
|
||||
<screen><userinput remap="install">chmod -v u+w /tools/lib/{libblkid,libcom_err,libe2p,libext2fs,libss,libuuid}.a</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
|
@ -74,6 +74,11 @@
|
||||
|
||||
<screen><userinput remap="install">make install</userinput></screen>
|
||||
|
||||
<para>Make the installed library writable so debugging symbols can
|
||||
be removed later:</para>
|
||||
|
||||
<screen><userinput remap="install">chmod -v u+w /tools/lib/libtcl8.5.so</userinput></screen>
|
||||
|
||||
<para>Install Tcl's headers. The next package, Expect, requires them
|
||||
to build.</para>
|
||||
|
||||
|
@ -109,6 +109,11 @@ cd build</userinput></screen>
|
||||
|
||||
<screen><userinput remap="install">make install-libs</userinput></screen>
|
||||
|
||||
<para>Make the installed static libraries writable so debugging symbols can
|
||||
be removed later.</para>
|
||||
|
||||
<screen><userinput remap="install">chmod -v u+w /usr/lib/{libblkid,libcom_err,libe2p,libext2fs,libss,libuuid}.a</userinput></screen>
|
||||
|
||||
<para>This package installs a gzipped
|
||||
<filename class="extension">.info</filename> file but doesn't update the
|
||||
system-wide <filename>dir</filename> file. Unzip this file and then update
|
||||
|
Loading…
Reference in New Issue
Block a user