Changeset a5ad6a8


Ignore:
Timestamp:
01/13/2020 06:27:40 PM (4 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
0ebc874
Parents:
912108f
Message:

Clean up zstd installation

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11729 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • appendices/dependencies.xml

    r912108f ra5ad6a8  
    27872787
    27882788        <seglistitem>
    2789           <seg>Tar</seg>
     2789          <seg>None</seg>
    27902790        </seglistitem>
    27912791      </segmentedlist>
  • chapter01/changelog.xml

    r912108f ra5ad6a8  
    4444       -->
    4545    <listitem>
     46      <para>2020-01-13</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[bdubbs] - Ensure zstd libraries are installed in the correct
     50          location.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
     55    <listitem>
    4656      <para>2020-01-12</para>
    4757      <itemizedlist>
  • chapter06/zstd.xml

    r912108f ra5ad6a8  
    5252
    5353<screen><userinput remap="install">make prefix=/usr install</userinput></screen>
     54
     55    <para>Remove the static library and move the shared library to
     56    <filename class="directory">/lib</filename>. Also, the
     57    <filename class="extension">.so</filename> file in
     58    <filename class="directory">/usr/lib</filename> will need to be recreated:</para>
     59
     60<screen><userinput remap="install">rm -v /usr/lib/libzstd.a
     61mv -v /usr/lib/libzstd.so.* /lib
     62ln -sfv ../../lib/$(readlink /usr/lib/libzstd.so) /usr/lib/libzstd.so</userinput></screen>
    5463
    5564  </sect2>
  • general.ent

    r912108f ra5ad6a8  
    1 <!ENTITY version         "SVN-20200112">
     1<!ENTITY version         "SVN-20200113">
    22<!ENTITY short-version   "svn">  <!-- Used below in &blfs-book;
    33                                      Change to x.y for release but not -rc releases -->
    44<!ENTITY generic-version "development"> <!-- Use "development"  or "x.y[-pre{x}]" -->
    55
    6 <!ENTITY versiond        "20200112-systemd">
     6<!ENTITY versiond        "20200113-systemd">
    77<!ENTITY short-versiond  "systemd">
    88<!ENTITY generic-versiond "systemd">
    99
    10 <!ENTITY releasedate     "January 12th, 2020">
     10<!ENTITY releasedate     "January 13th, 2020">
    1111
    1212<!ENTITY copyrightdate   "1999-2020"><!-- jhalfs needs a literal dash, not &ndash; -->
Note: See TracChangeset for help on using the changeset viewer.