Ignore:
Timestamp:
08/08/2007 04:52:10 AM (17 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Children:
2cddf7e4
Parents:
5560d46
Message:

Fix Coreutils-6.9 and Gzip-1.3.12 to work with Glibc-2.6.1: Rename the futimens function.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/jh/BOOK@8289 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/gzip.xml

    r5560d46 r4f56afa3  
    3636    <title>Installation of Gzip</title>
    3737
     38    <para>The version of the function <quote>futimens</quote> used
     39    by Gzip is incompatible with the version that current
     40    Glibc provides, so we'll rename the function:</para>
     41
     42<screen><userinput>for file gzip.c lib/utimens.{c,h} ; do \
     43   cp -v $file{,.orig}
     44   sed 's/futimens/gl_&amp;/' $file.orig &gt; $file
     45done</userinput></screen>
     46
    3847    <para>Prepare Gzip for compilation:</para>
    3948
Note: See TracChangeset for help on using the changeset viewer.