Ignore:
Timestamp:
08/23/2014 03:05:43 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
128d5712
Parents:
a2b3f16b
Message:

Check Xorg Section and Deps. Fix xserver and drivers for glibc-2.20.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14003 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

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

    ra2b3f16b r683cb247  
    3333      </para>
    3434
    35       &lfs75_built;
     35      &lfs76_built;
    3636
    3737      <bridgehead renderas="sect4">Package Information</bridgehead>
     
    106106      </para>
    107107
    108 <screen><userinput>./configure $XORG_CONFIG &amp;&amp;
     108<screen><userinput>sed -i "/xf86.h/i #include &lt;xorg-server.h&gt;" src/via_3d.h &amp;&amp;
     109./configure $XORG_CONFIG &amp;&amp;
    109110make</userinput></screen>
    110111
     
    118119
    119120<screen role="root"><userinput>make install</userinput></screen>
     121
     122    </sect3>
     123
     124    <sect3>
     125      <title>Command Explanations</title>
     126
     127      <para>
     128        <command>sed -i ...</command>: This sed fixes building with latest
     129        version of <application>Glibc</application>.
     130      </para>
     131
    120132    </sect3>
    121133
Note: See TracChangeset for help on using the changeset viewer.