Changeset cf1537ba


Ignore:
Timestamp:
05/23/2007 06:13:07 PM (17 years ago)
Author:
Dan Nichilson <dnicholson@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
3109c7ce
Parents:
91de356
Message:

Removed unneeded Glibc build fix from XFree86

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6773 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r91de356 rcf1537ba  
    44-->
    55
    6 <!ENTITY day          "19">                   <!-- Always 2 digits -->
     6<!ENTITY day          "23">                   <!-- Always 2 digits -->
    77<!ENTITY month        "05">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2007">
    99<!ENTITY version      "svn-&year;&month;&day;">
    10 <!ENTITY releasedate  "May &day;th, &year;">
     10<!ENTITY releasedate  "May &day;rd, &year;">
    1111<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1212<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r91de356 rcf1537ba  
    4343
    4444    <listitem>
     45      <para>May 23rd, 2007</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[dnicholson] - Removed the unneeded Glibc build fix for
     49          XFree86.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>May 19th, 2007</para>
    4656      <itemizedlist>
  • x/installing/xfree86.xml

    r91de356 rcf1537ba  
    171171    <title>Installation of XFree86</title>
    172172
    173     <sect3>
    174       <title>Glibc build fix</title>
    175 
    176 <!-- To be removed if/when proposed glibc patch is added to LFS SVN
    177      Leave in in for a couple of weeks with 'you may need' and a testcase
    178      around it to save the support list silly questions.  Should remove in
    179      a couple of weeks -->
    180       <para>Xfree86 may have a problem with <filename>sys/kd.h</filename>
    181       installed with some recent versions of <application>Glibc</application>.
    182       This has recently been fixed in LFS SVN.  Execute the
    183       following commands to work around a broken <filename>kd.h</filename>
    184       file. The <command>grep</command> command is to ensure the modification
    185       is only made if it is needed. Run these commands from within the
    186       <filename class="directory">xc</filename> folder:</para>
    187 
    188 <screen><userinput>grep "__undef_LINUX" \
    189     /usr/include/sys/kd.h 2&gt;&amp;1 &gt; /dev/null || \
    190     sed -i.bak '/X.h/i #include &lt;linux/types.h&gt;' \
    191     programs/Xserver/hw/xfree86/os-support/linux/lnx_agp.c</userinput></screen>
    192 <!-- End remove -->
    193 
    194     </sect3>
    195173    <sect3>
    196174
Note: See TracChangeset for help on using the changeset viewer.