Ignore:
Timestamp:
09/08/2014 04:58:11 PM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14686, systemd-13485
Children:
9becc53
Parents:
f19c7de
Message:

Manually merged llvm fix from trunk to mesalib page.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/mesalib-systemd.xml

    rf19c7de r8851c73  
    155155    </para>
    156156
    157 <screen><userinput>./autogen.sh CFLAGS="-O2" CXXFLAGS="-O2" \
     157<screen><userinput>sed -e '/0x0303/ a#define OwningPtr std::unique_ptr\n#elif HAVE_LLVM >= 0x0303' \
     158    -e 's/^#if HAVE_LLVM >= 0x0303/#if HAVE_LLVM >= 0x0305/' \
     159    -i src/gallium/auxiliary/gallivm/lp_bld_debug.cpp &amp;&amp;
     160
     161./autogen.sh CFLAGS="-O2" CXXFLAGS="-O2" \
    158162            --prefix=/usr                \
    159163            --sysconfdir=/etc            \
     
    209213  <sect2 role="commands">
    210214    <title>Command Explanations</title>
     215
     216    <para>
     217      <command>sed -e ...lp_bld_debug.cpp</command>: Fix build problem
     218      introduced with LLVM-3.5.0.
     219    </para>
    211220
    212221    <para>
Note: See TracChangeset for help on using the changeset viewer.