Changeset 8851c73


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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rf19c7de r8851c73  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "07">                   <!-- Always 2 digits -->
     3<!ENTITY day          "08">                   <!-- Always 2 digits -->
    44<!ENTITY month        "09">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2014">
     
    77<!ENTITY copyholder   "The BLFS systemd Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "September 7th, &year;">
     9<!ENTITY releasedate  "September 8th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "systemd">              <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    rf19c7de r8851c73  
    4444
    4545-->
     46    <listitem>
     47      <para>September 8th, 2014</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[fernando] - MesaLib-10.2.6: fix build with LLVM-3.5.0.
     51          Thanks ojab. Partially fixes
     52          <ulink url="&blfs-ticket-root;5475">#5475</ulink>.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
     56
    4657    <listitem>
    4758      <para>September 7th, 2014</para>
  • 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.