- Timestamp:
- Jul 26, 2010, 6:21:05 PM (14 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 68d33bad
- Parents:
- b3dcad4
- Location:
- BOOK
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/gzip.xml
rb3dcad4 reaafb59 26 26 <title>Installation of Gzip</title> 27 27 28 <para os="s1">The following command renames the internal implementation of29 futimens to gl_futimens as newer versions of EGLIBC provide an incompatible30 version:</para>31 32 <screen os="s2"><userinput>sed -i "s/futimens/gl_&/" $(grep -lr futimens *)</userinput></screen>33 34 28 <para os="a">Prepare Gzip for compilation:</para> 35 29 -
BOOK/final-system/multilib/gzip.xml
rb3dcad4 reaafb59 21 21 <sect2 role="installation"> 22 22 <title>Installation of Gzip</title> 23 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"25 href="../common/gzip.xml"26 xpointer="xpointer(//*[@os='s1'])"/>27 28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"29 href="../common/gzip.xml"30 xpointer="xpointer(//*[@os='s2'])"/>31 23 32 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/introduction/common/changelog.xml
rb3dcad4 reaafb59 40 40 <para>July 26, 2010</para> 41 41 <itemizedlist> 42 <listitem> 43 <para>[jciccone] - Updated Gzip to 1.4.</para> 44 </listitem> 42 45 <listitem> 43 46 <para>[jciccone] - Updated Grep to 2.6.3.</para> -
BOOK/packages.ent
rb3dcad4 reaafb59 204 204 <!ENTITY grub-home "&gnu-software;grub"> 205 205 206 <!ENTITY gzip-version "1. 3.12">207 <!ENTITY gzip-size " 451KB">206 <!ENTITY gzip-version "1.4"> 207 <!ENTITY gzip-size "888 KB"> 208 208 <!ENTITY gzip-url "&gnu;gzip/gzip-&gzip-version;.tar.gz"> 209 <!ENTITY gzip-md5 " b5bac2d21840ae077e0217bc5e4845b1">209 <!ENTITY gzip-md5 "e381b8506210c794278f5527cba0e765"> 210 210 <!ENTITY gzip-home "http://www.gzip.org"> 211 211 -
BOOK/temp-system/common/gzip.xml
rb3dcad4 reaafb59 22 22 <sect2 role="installation"> 23 23 <title>Installation of Gzip</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"26 href="../../final-system/common/gzip.xml"27 xpointer="xpointer(//*[@os='s1'])"/>28 29 <screen os="s2"><userinput>for file in $(grep -lr futimens *); do30 cp -v ${file}{,.orig}31 sed -e "s/futimens/gl_&/" ${file}.orig > ${file}32 done</userinput></screen>33 24 34 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/temp-system/multilib/gzip.xml
rb3dcad4 reaafb59 22 22 <sect2 role="installation"> 23 23 <title>Installation of Gzip</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"26 href="../../final-system/common/gzip.xml"27 xpointer="xpointer(//*[@os='s1'])"/>28 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"30 href="../../final-system/common/gzip.xml"31 xpointer="xpointer(//*[@os='s2'])"/>32 24 33 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.