Changeset cdbfae1b


Ignore:
Timestamp:
01/18/2006 03:24:46 AM (18 years ago)
Author:
Tushar Teredesai <tushar@…>
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:
744e7e9
Parents:
b35e86b2
Message:

Update unzip to allow files upto 4 GB

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/unzip.xml

    rb35e86b2 rcdbfae1b  
    9898patch -Np1 -i ../unzip-&unzip-version;-dont_make_noise-1.patch &amp;&amp;
    9999cp -v unix/Makefile . &amp;&amp;
    100 make prefix=/usr LOCAL_UNZIP=-DUSE_UNSHRINK linux &amp;&amp;
    101 make prefix=/usr LOCAL_UNZIP=-DUSE_UNSHRINK linux_shlibz</userinput></screen>
     100make prefix=/usr LOCAL_UNZIP=-D_FILE_OFFSET_BITS=64 linux &amp;&amp;
     101make prefix=/usr LOCAL_UNZIP=-D_FILE_OFFSET_BITS=64 linux_shlibz</userinput></screen>
    102102
    103103    <para>To test the results, issue: <command>LD_LIBRARY_PATH=$PWD
     
    106106    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    107107
    108 <screen role="root"><userinput>make prefix=/usr LOCAL_UNZIP=-DUSE_UNSHRINK install &amp;&amp;
     108<screen role="root"><userinput>make prefix=/usr install &amp;&amp;
    109109cp -v -d libunzip.so* /usr/lib</userinput></screen>
    110110
     
    114114    <title>Command Explanations</title>
    115115
    116     <para><command>make prefix=/usr LOCAL_UNZIP=-DUSE_UNSHRINK linux</command>:
    117     This command overrides the <varname>prefix</varname> variable that is
    118     set to <filename class="directory">/usr/local</filename> in the
    119     <filename>Makefile</filename>, sets the <envar>LOCAL_UNZIP</envar>
    120     environment variable to instruct <application>UnZip</application> to use
    121     the shrinking algorithm based on the LZW compression
    122     algorithm, and builds the executables for a Linux system.
    123     The alternatives to 'linux' can be seen with a
    124     <command>make list</command> command.</para>
     116    <para><parameter>linux</parameter>:
     117    This target in the <filename>Makefile</filename> makes assumptions
     118    that are useful for a Linux system when compiling the executables.
     119    To obtain alternatives to this target, use <command>make list</command></para>
     120
     121    <para><parameter>LOCAL_UNZIP=...</parameter>:
     122    This sets the compilation flags to allow <application>UnZip</application>
     123    to handle files upto 4 GB.</para>
    125124
    126125    <para><command>make ... linux_shlibz</command>: Build shared
  • introduction/welcome/changelog.xml

    rb35e86b2 rcdbfae1b  
    4545      <itemizedlist>
    4646        <listitem>
    47           <para>[bdubbs] - Added patch to clear selected environment variables.
     47          <para>[tushar] - Modify unzip compilation to enable unzip to
     48          unzip files upto 4 GB.</para>
     49        </listitem>
     50        <listitem>
     51          <para>[bdubbs] - Added patch for sudo to clear selected environment variables.
    4852          Submitted by archaic.</para>
    4953        </listitem>
Note: See TracChangeset for help on using the changeset viewer.