Changeset a33dbaa


Ignore:
Timestamp:
Apr 17, 2006, 4:48:36 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
50a4c58
Parents:
ff10da6a
Message:

r2914@server (orig r1392): chris | 2006-04-17 00:47:47 -0700
Changed Glibc sed in cross-tools to xinclude pointing to final-system.

Location:
BOOK
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/common/glibc.xml

    rff10da6a ra33dbaa  
    3838    href="../../final-system/common/glibc.xml"
    3939    xpointer="xpointer(//*[@os='d'])"/>
     40
     41    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     42    href="../../final-system/common/glibc.xml"
     43    xpointer="xpointer(//*[@os='s1'])"/>
     44
     45    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     46    href="../../final-system/common/glibc.xml"
     47    xpointer="xpointer(//*[@os='s2'])"/>
    4048
    4149    <para os="s1">The following sed fixes a build issue with Glibc. This will
  • BOOK/final-system/common/glibc.xml

    rff10da6a ra33dbaa  
    6060<screen os="d"><userinput>patch -Np1 -i ../&glibc-localedef_segfault-patch;</userinput></screen>
    6161
    62     <para os="s1">The following sed fixes a build issue with Glibc, this will prevent nscd from trying
    63 to link to libraries, that don't exist:</para>
    64 
    65 <screen os="s2"><userinput>sed -i "/nscd_stat.o: sysincludes = # nothing/d" nscd/Makefile</userinput></screen>
     62    <para os="s1">The following sed fixes a build issue with Glibc. This
     63    will prevent nscd from trying to link to libraries that don't exist:</para>
     64
     65<screen os="s2"><userinput>cp nscd/Makefile{,.orig}
     66sed -e "/nscd_stat.o: sysincludes = # nothing/d" nscd/Makefile.orig >
     67nscd/Makefile</userinput></screen>
    6668
    6769    <para os="e">The Glibc documentation recommends building Glibc outside of the
  • BOOK/general.ent

    rff10da6a ra33dbaa  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    22
    3 <!ENTITY version "CLFS-SVN-20060413">
     3<!ENTITY version "CLFS-SVN-20060417">
    44<!ENTITY version-x86 "&version;-x86">
    55<!ENTITY version-x86_64 "&version;-x86_64-Multilib">
     
    1616<!ENTITY version-alpha "&version;-ALPHA">
    1717
    18 <!ENTITY releasedate "April 13, 2006">
     18<!ENTITY releasedate "April 17, 2006">
    1919<!ENTITY milestone "0.1">
    2020<!ENTITY generic-version "svn"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" -->
Note: See TracChangeset for help on using the changeset viewer.