mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
ch06/binutils: remove duplicated command
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12113 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
df2e99e94d
commit
c0d2bd0919
@ -85,19 +85,14 @@ cd build</userinput></screen>
|
||||
|
||||
<screen><userinput remap="make">make</userinput></screen>
|
||||
|
||||
<para>Install the package:</para>
|
||||
<para>Install the package, and
|
||||
workaround an issue causing
|
||||
<filename class="libraryfile">libctf.so</filename>
|
||||
to link against zlib from the host distribution:</para>
|
||||
|
||||
<screen><userinput remap="install">make DESTDIR=$LFS install
|
||||
install -vm755 libctf/.libs/libctf.so.0.0.0 $LFS/usr/lib</userinput></screen>
|
||||
|
||||
<para>
|
||||
Workaround an issue causing
|
||||
<filename class="libraryfile">libctf.so</filename>
|
||||
to link against zlib from the host distribution:
|
||||
</para>
|
||||
|
||||
<screen><userinput remap="install">install -vm755 libctf/.libs/libctf.so.0.0.0 $LFS/usr/lib</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
|
Loading…
Reference in New Issue
Block a user