Changeset 9d11b8a5 for x


Ignore:
Timestamp:
08/13/2016 08:35:52 PM (8 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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, 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:
3521f4f
Parents:
de4d07a
Message:

Change sed for mesa, including Bruce's suggestion, and add sed to xine-lib to fix build with libxcb-1.12.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/mesa.xml

    rde4d07a r9d11b8a5  
    165165
    166166sed -i "/pthread-stubs/d" configure.ac      &amp;&amp;
    167 sed -i "/seems to be moved/s/^/#/" ltmain.sh &amp;&amp;
     167sed -i "/seems to be moved/s/^/: #/" bin/ltmain.sh &amp;&amp;
    168168./autogen.sh CFLAGS='-O2' CXXFLAGS='-O2'    \
    169169            --prefix=$XORG_PREFIX           \
     
    223223
    224224    <para>
    225       <command>sed -i ...</command>: This sed removes a dependency on the
    226       <application>libpthread-stubs</application> package which is useless
    227       on Linux.
    228     </para>
    229 
    230     <para>
    231       <command>sed -i ... ltmain.sh</command>: This sed silences several
     225      <command>sed -i ... configure.ac</command>: This sed removes a dependency
     226      on the <application>libpthread-stubs</application> package which is
     227      useless on Linux.
     228    </para>
     229
     230    <para>
     231      <command>sed -i ... bin/ltmain.sh</command>: This sed silences several
    232232      useless and annoying warnings from libtool.
    233233    </para>
Note: See TracChangeset for help on using the changeset viewer.