فهرست منبع

Clean up zstd installation

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11729 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 5 سال پیش
والد
کامیت
a5ad6a896c
4فایلهای تغییر یافته به همراه23 افزوده شده و 4 حذف شده
  1. 1 1
      appendices/dependencies.xml
  2. 10 0
      chapter01/changelog.xml
  3. 9 0
      chapter06/zstd.xml
  4. 3 3
      general.ent

+ 1 - 1
appendices/dependencies.xml

@@ -2786,7 +2786,7 @@
         <segtitle>&before;</segtitle>
 
         <seglistitem>
-          <seg>Tar</seg>
+          <seg>None</seg>
         </seglistitem>
       </segmentedlist>
 

+ 10 - 0
chapter01/changelog.xml

@@ -42,6 +42,16 @@
     <listitem revision="sysv"> or <listitem revision="systemd"> as
     appropriate for the entry or if needed the entire day's listitem.
        -->
+    <listitem>
+      <para>2020-01-13</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Ensure zstd libraries are installed in the correct 
+          location.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>2020-01-12</para>
       <itemizedlist>

+ 9 - 0
chapter06/zstd.xml

@@ -52,6 +52,15 @@
 
 <screen><userinput remap="install">make prefix=/usr install</userinput></screen>
 
+    <para>Remove the static library and move the shared library to
+    <filename class="directory">/lib</filename>. Also, the
+    <filename class="extension">.so</filename> file in
+    <filename class="directory">/usr/lib</filename> will need to be recreated:</para>
+
+<screen><userinput remap="install">rm -v /usr/lib/libzstd.a
+mv -v /usr/lib/libzstd.so.* /lib
+ln -sfv ../../lib/$(readlink /usr/lib/libzstd.so) /usr/lib/libzstd.so</userinput></screen>
+
   </sect2>
 
   <sect2 id="contents-zstd" role="content">

+ 3 - 3
general.ent

@@ -1,13 +1,13 @@
-<!ENTITY version         "SVN-20200112">
+<!ENTITY version         "SVN-20200113">
 <!ENTITY short-version   "svn">  <!-- Used below in &blfs-book; 
                                       Change to x.y for release but not -rc releases -->
 <!ENTITY generic-version "development"> <!-- Use "development"  or "x.y[-pre{x}]" -->
 
-<!ENTITY versiond        "20200112-systemd">
+<!ENTITY versiond        "20200113-systemd">
 <!ENTITY short-versiond  "systemd">
 <!ENTITY generic-versiond "systemd"> 
 
-<!ENTITY releasedate     "January 12th, 2020">
+<!ENTITY releasedate     "January 13th, 2020">
 
 <!ENTITY copyrightdate   "1999-2020"><!-- jhalfs needs a literal dash, not &ndash; -->
 <!ENTITY milestone       "9.0">