Changeset bfd8749


Ignore:
Timestamp:
Feb 18, 2014, 6:24:12 AM (10 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
aeb5c611
Parents:
c8119a3
Message:

The sed for make version detection of make 4.x is invalid with glibc 2.19, and include replace s1 and s2 with changes so tzselect script works properly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/glibc.xml

    rc8119a3 rbfd8749  
    6565    of achieving a clean build.</para>
    6666
    67     <para os="s1">Allow GLIBC to detect Make-4.x:</para>
    68 
    69 <screen os="s2"><userinput>sed -r -i 's/(3..89..)/\1 | 4.*/' configure</userinput></screen>
     67    <para os="s1">Apply the following sed so the <command>tzselect</command> script works properly:</para>
     68
     69<screen os="s2"><userinput>sed -i 's/\\$$(pwd)/`pwd`/' timezone/Makefile</userinput></screen>
    7070
    7171    <para os="e">The GLIBC documentation recommends building GLIBC outside of     the source directory in a dedicated build directory:</para>
Note: See TracChangeset for help on using the changeset viewer.