Changeset df462a9 for chapter08/zstd.xml


Ignore:
Timestamp:
05/12/2021 05:26:46 AM (3 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
ml-11.0, multilib
Children:
3de7f52
Parents:
0e9fb93 (diff), d7a9421 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge pre-LFS-11-0 changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/zstd.xml

    r0e9fb93 rdf462a9  
    5555<screen><userinput remap="install">make prefix=/usr install</userinput></screen>
    5656
    57     <para>Remove the static library and move the shared library to
    58     <filename class="directory">/lib</filename>. Also, the
    59     <filename class="extension">.so</filename> file in
    60     <filename class="directory">/usr/lib</filename> will need to be recreated:</para>
    61 
    62 <screen><userinput remap="install">rm -v /usr/lib/libzstd.a
    63 mv -v /usr/lib/libzstd.so.* /lib
    64 ln -sfv ../../lib/$(readlink /usr/lib/libzstd.so) /usr/lib/libzstd.so</userinput></screen>
     57    <para>Remove the static library:</para>
     58<screen><userinput remap="install">rm -v /usr/lib/libzstd.a</userinput></screen>
    6559
    6660  </sect2>
Note: See TracChangeset for help on using the changeset viewer.