Ignore:
Timestamp:
05/24/2007 11:28:41 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:
50631cf
Parents:
c4ba45e2
Message:

Remove an unnecessary parameter from xorg-server

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/x7server.xml

    rc4ba45e2 rd4b9917  
    8989      <application>Xorg-server</application>.</para>
    9090    </note>
    91 
    92 <!-- To be removed if/when proposed glibc patch is added to LFS SVN
    93      Leave in in for a couple of weeks with 'you may need' and a testcase
    94      around it to save the support list silly questions.  Should remove in
    95      a couple of weeks
    96       <para>Recent <application>Glibc</application> may have a problem with its
    97       installed <filename>sys/kd.h</filename> file. This has recently been
    98       fixed in LFS SVN.  Execute the following commands to work around a
    99       broken <filename>kd.h</filename> file.  The commands will only make the
    100       modification if needed:</para>
    101 
    102 <screen><userinput>grep "__undef_LINUX" \
    103     /usr/include/sys/kd.h 2&gt;&amp;1 &gt; /dev/null || \
    104     sed -i.bak '/CONFIG_H/i #include &lt;linux/types.h&gt;' \
    105         hw/xfree86/os-support/linux/lnx_agp.c</userinput></screen>
    106  End remove -->
    10791
    10892    <para>A <ulink url='http://wiki.x.org/wiki/SecurityPage'>security
     
    123107./configure $XORG_CONFIG \
    124108    --with-mesa-source='<replaceable>&lt;/path/to&gt;</replaceable>/Mesa-&mesalib-version;' \
    125     --with-fontdir=$XORG_PREFIX/lib/X11/fonts \
    126109    --with-module-dir=$XORG_PREFIX/lib/X11/modules \
    127110    --with-dri-driver-path=$XORG_PREFIX/lib/X11/modules/dri \
Note: See TracChangeset for help on using the changeset viewer.