Author: tushar
Date: 2006-05-08 22:40:56 -0600 (Mon, 08 May 2006)
New Revision: 6028
Modified:
trunk/BOOK/general/genlib/popt.xml
Log:
Make popt tests pass
Modified: trunk/BOOK/general/genlib/popt.xml
===================================================================
--- trunk/BOOK/general/genlib/popt.xml 2006-05-09 04:27:21 UTC (rev 6027)
+++ trunk/BOOK/general/genlib/popt.xml 2006-05-09 04:40:56 UTC (rev 6028)
@@ -9,7 +9,7 @@
<!ENTITY popt-md5sum "63b943522a6788ae8f756ca123d83c00">
<!ENTITY popt-size "625 KB">
<!ENTITY popt-buildsize "6.5 MB">
- <!ENTITY popt-time "0.29 SBU">
+ <!ENTITY popt-time "0.3 SBU">
]>
<sect1 id="popt" xreflabel="popt-&popt-version;">
@@ -70,7 +70,8 @@
<para>Install <application>popt</application> by running the following
commands:</para>
-<screen><userinput>autoreconf -f -i &&
+<screen><userinput>sed -i -e "/*origOptString ==/c 0)" popt.c &&
+autoreconf -f -i &&
./configure --prefix=/usr &&
make</userinput></screen>
@@ -87,6 +88,10 @@
<sect2 role="commands">
<title>Command Explanations</title>
+ <para><command>sed ...</command>:
+ This fix taken backported from the development version of
<application>popt</application>
+ fixes a problem identified by the included testsuite.</para>
+
<para><command>autoreconf -f -i</command>:
In this version, the maintainers did not include all
autotooled files. This command regenerates the missing files.</para>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page