Changeset f2dd0043 for general


Ignore:
Timestamp:
02/21/2006 06:11:05 AM (18 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
9a2fba9
Parents:
3066aee
Message:

Simplified unzip instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5678 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/unzip.xml

    r3066aee rf2dd0043  
    7070    </itemizedlist>
    7171
    72     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    73     <itemizedlist spacing='compact'>
    74       <listitem>
    75         <para>Required patch: <ulink
    76         url="&patch-root;/unzip-&unzip-version;-fix_Makefile-1.patch"/></para>
    77       </listitem>
    78       <listitem>
    79         <para>Required patch: <ulink
    80         url="&patch-root;/unzip-&unzip-version;-fix_libz-1.patch"/></para>
    81       </listitem>
    82       <listitem>
    83         <para>Recommended patch: <ulink
    84         url="&patch-root;/unzip-&unzip-version;-dont_make_noise-1.patch"/></para>
    85       </listitem>
    86     </itemizedlist>
    87 
    8872  </sect2>
    8973
     
    9478    commands:</para>
    9579
    96 <screen><userinput>patch -Np1 -i ../unzip-&unzip-version;-fix_Makefile-1.patch &amp;&amp;
    97 patch -Np1 -i ../unzip-&unzip-version;-fix_libz-1.patch &amp;&amp;
    98 patch -Np1 -i ../unzip-&unzip-version;-dont_make_noise-1.patch &amp;&amp;
    99 cp -v unix/Makefile . &amp;&amp;
    100 make prefix=/usr LOCAL_UNZIP=-D_FILE_OFFSET_BITS=64 linux &amp;&amp;
    101 make prefix=/usr LOCAL_UNZIP=-D_FILE_OFFSET_BITS=64 linux_shlibz</userinput></screen>
     80<screen><userinput>make -f unix/Makefile LOCAL_UNZIP=-D_FILE_OFFSET_BITS=64 linux</userinput></screen>
    10281
    10382    <para>To test the results, issue: <command>LD_LIBRARY_PATH=$PWD
     
    10685    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    10786
    108 <screen role="root"><userinput>make prefix=/usr install &amp;&amp;
    109 cp -v -d libunzip.so* /usr/lib</userinput></screen>
     87<screen role="root"><userinput>make prefix=/usr install</userinput></screen>
    11088
    11189  </sect2>
     
    122100    This sets the compilation flags to allow <application>UnZip</application>
    123101    to handle files upto 4 GB.</para>
    124 
    125     <para><command>make ... linux_shlibz</command>: Build shared
    126     <filename>libunzip</filename> and link <application>UnZip</application>
    127     against it and <application>zlib</application>.</para>
    128102
    129103  </sect2>
Note: See TracChangeset for help on using the changeset viewer.