mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
readded note about broken system kd.h to xorg-server
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6079 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
608a225bd0
commit
31a934eb88
@ -56,7 +56,7 @@
|
||||
Wrapper and cURL's test suite.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[dj] - Updated OpenOffice patch for system SeaMonkey and added
|
||||
<para>[dj] - Updated OpenOffice patch for system Firefox and added
|
||||
OpenOffice to list of packages that will utilize system nss in
|
||||
Mozilla product pages.</para>
|
||||
</listitem>
|
||||
|
@ -86,6 +86,22 @@
|
||||
|
||||
<screen><userinput>sed -i 's/ntri & sizeof/ntri * sizeof/' render/mitri.c</userinput></screen>
|
||||
|
||||
<!-- To be removed if/when proposed glibc patch is added to LFS SVN
|
||||
Leave in in for a couple of weeks with 'you may need' and a testcase
|
||||
around it to save the support list silly questions. Should remove in
|
||||
a couple of weeks -->
|
||||
<para>Recent <application>Glibc</application> may have a problem with its
|
||||
installed <filename>sys/kd.h</filename> file. This has recently been
|
||||
fixed in LFS SVN. Execute the following commands to work around a
|
||||
broken <filename>kd.h</filename> file. The commands will only make the
|
||||
modification if needed:</para>
|
||||
|
||||
<screen><userinput>grep "__undef_LINUX" \
|
||||
/usr/include/sys/kd.h 2>&1 > /dev/null || \
|
||||
sed -i.bak '/CONFIG_H/i #include <linux/types.h>' \
|
||||
programs/Xserver/hw/xfree86/os-support/linux/lnx_agp.c</userinput></screen>
|
||||
<!-- End remove -->
|
||||
|
||||
<para>Install the server by running the following commands:</para>
|
||||
|
||||
<screen><userinput>./configure $XORG_CONFIG \
|
||||
|
Loading…
Reference in New Issue
Block a user