Ignore:
Timestamp:
09/12/2014 02:58:21 AM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, 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, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
8c1b9f7
Parents:
4e4e52d
Message:

Tags and glibc fixes for xorg drivers

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/x7driver-vmware.xml

    r4e4e52d ra4e3e83  
    3232      </para>
    3333
    34       &lfs75_checked;
     34      &lfs76_built;
    3535
    3636      <bridgehead renderas="sect4">Package Information</bridgehead>
     
    106106      </para>
    107107
    108 <screen><userinput>./configure $XORG_CONFIG &amp;&amp;
     108<screen><userinput>sed -i "/xf86xv.h/i #include &lt;xorg-server.h&gt;" vmwgfx/vmwgfx_overlay.c &amp;&amp;
     109
     110./configure $XORG_CONFIG &amp;&amp;
    109111make</userinput></screen>
    110112
     
    118120
    119121<screen role="root"><userinput>make install</userinput></screen>
     122    </sect3>
     123
     124    <sect3>
     125      <title>Command Explanations</title>
     126      <para>
     127        <command>sed -i ...</command>: This sed fixes building with the latest
     128        version of <application>Glibc</application>.
     129      </para>
    120130    </sect3>
    121131
Note: See TracChangeset for help on using the changeset viewer.