Author: xry111
Date: Mon Mar 22 01:08:13 2021
New Revision: 12167

Log:
bc: use a configure command line more like other packages

Modified:
   trunk/BOOK/chapter08/bc.xml

Modified: trunk/BOOK/chapter08/bc.xml
==============================================================================
--- trunk/BOOK/chapter08/bc.xml Wed Mar 17 09:30:50 2021        (r12166)
+++ trunk/BOOK/chapter08/bc.xml Mon Mar 22 01:08:13 2021        (r12167)
@@ -43,7 +43,7 @@
 
     <para>Prepare Bc for compilation:</para>
 
-<screen><userinput remap="configure">PREFIX=/usr CC=gcc ./configure.sh -G 
-O3</userinput></screen>
+<screen><userinput remap="configure">CC=gcc ./configure --prefix=/usr -G 
-O3</userinput></screen>
 
     <variablelist>
       <title>The meaning of the configure options:</title>
-- 
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