Added a test suite note to UnZip.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3700 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Igor Živković 2005-04-10 11:30:07 +00:00
parent b5e9b15e62
commit d3054a1c61

View File

@ -49,13 +49,13 @@ url="&unzip-download-ftp;"/></para></listitem>
<sect3><title>Additional downloads</title>
<itemizedlist spacing='compact'>
<listitem><para>Required Patch: <ulink
<listitem><para>Required patch: <ulink
url="&patch-root;/unzip-&unzip-version;-fix_Makefile-1.patch"/></para>
</listitem>
<listitem><para>Required Patch: <ulink
<listitem><para>Required patch: <ulink
url="&patch-root;/unzip-&unzip-version;-fix_libz-1.patch"/></para>
</listitem>
<listitem><para>Recommended Patch: <ulink
<listitem><para>Recommended patch: <ulink
url="&patch-root;/unzip-&unzip-version;-dont_make_noise-1.patch"/></para>
</listitem></itemizedlist>
</sect3>
@ -75,6 +75,8 @@ cp unix/Makefile . &amp;&amp;
make prefix=/usr LOCAL_UNZIP=-DUSE_UNSHRINK linux &amp;&amp;
make prefix=/usr LOCAL_UNZIP=-DUSE_UNSHRINK linux_shlibz</command></userinput></screen>
<para>To test the results, issue: <command>ldconfig $PWD &amp;&amp; make check</command>.</para>
<para>Now, as the root user:</para>
<screen><userinput role='root'><command>make prefix=/usr LOCAL_UNZIP=-DUSE_UNSHRINK install &amp;&amp;