mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
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:
parent
b5e9b15e62
commit
d3054a1c61
@ -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 . &&
|
||||
make prefix=/usr LOCAL_UNZIP=-DUSE_UNSHRINK linux &&
|
||||
make prefix=/usr LOCAL_UNZIP=-DUSE_UNSHRINK linux_shlibz</command></userinput></screen>
|
||||
|
||||
<para>To test the results, issue: <command>ldconfig $PWD && make check</command>.</para>
|
||||
|
||||
<para>Now, as the root user:</para>
|
||||
|
||||
<screen><userinput role='root'><command>make prefix=/usr LOCAL_UNZIP=-DUSE_UNSHRINK install &&
|
||||
|
Loading…
Reference in New Issue
Block a user