Author: xry111
Date: Sat Aug  8 04:02:42 2020
New Revision: 12013

Log:
check: don't install static library

Modified:
   trunk/BOOK/chapter08/check.xml

Modified: trunk/BOOK/chapter08/check.xml
==============================================================================
--- trunk/BOOK/chapter08/check.xml      Fri Aug  7 00:06:58 2020        (r12012)
+++ trunk/BOOK/chapter08/check.xml      Sat Aug  8 04:02:42 2020        (r12013)
@@ -42,7 +42,7 @@
 
     <para>Prepare Check for compilation:</para>
 
-<screen><userinput remap="configure">./configure 
--prefix=/usr</userinput></screen>
+<screen><userinput remap="configure">./configure --prefix=/usr 
--disable-static</userinput></screen>
 
     <para>Build the package:</para>
 
@@ -71,7 +71,7 @@
 
       <seglistitem>
         <seg>checkmk</seg>
-        <seg>libcheck.{a,so}</seg>
+        <seg>libcheck.so</seg>
       </seglistitem>
     </segmentedlist>
 
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to