diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-12-31 22:44:58 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-12-31 22:44:58 +0000 |
commit | 320cf3bbb7e6a5d409660fa7c479417a1a189aa3 (patch) | |
tree | 03e0256f165e6438080cd04a69b7b94f9e6016ea /chapter05 | |
parent | 7f5d7714523c321369afd8cfa7a211d3a4b5610e (diff) |
Update to gzip-1.10.
Update to tzdata-2018i.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11498 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/gzip.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chapter05/gzip.xml b/chapter05/gzip.xml index 4b2cc586f..44b25faf7 100644 --- a/chapter05/gzip.xml +++ b/chapter05/gzip.xml @@ -43,11 +43,6 @@ <sect2 role="installation"> <title>Installation of Gzip</title> - <para>First, make some fixes required by glibc-2.28:</para> - -<screen><userinput remap="pre">sed -i 's/IO_ftrylockfile/IO_EOF_SEEN/' lib/*.c -echo "#define _IO_IN_BACKUP 0x100" >> lib/stdio-impl.h</userinput></screen> - <para>Prepare Gzip for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/tools</userinput></screen> |