Author: cjg
Date: Mon Sep  8 09:58:11 2014
New Revision: 14232

Log:
Manually merged llvm fix from trunk to mesalib page.

Modified:
   branches/systemd/general.ent
   branches/systemd/introduction/welcome/changelog.xml
   branches/systemd/x/installing/mesalib-systemd.xml

Modified: branches/systemd/general.ent
==============================================================================
--- branches/systemd/general.ent        Mon Sep  8 07:48:36 2014        (r14231)
+++ branches/systemd/general.ent        Mon Sep  8 09:58:11 2014        (r14232)
@@ -1,12 +1,12 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "07">                   <!-- Always 2 digits -->
+<!ENTITY day          "08">                   <!-- Always 2 digits -->
 <!ENTITY month        "09">                   <!-- Always 2 digits -->
 <!ENTITY year         "2014">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS systemd Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "September 7th, &year;">
+<!ENTITY releasedate  "September 8th, &year;">
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "systemd">              <!-- svn|[release #] -->
 <!ENTITY lfs-version  "systemd">              <!-- x.y|development] -->

Modified: branches/systemd/introduction/welcome/changelog.xml
==============================================================================
--- branches/systemd/introduction/welcome/changelog.xml Mon Sep  8 07:48:36 
2014        (r14231)
+++ branches/systemd/introduction/welcome/changelog.xml Mon Sep  8 09:58:11 
2014        (r14232)
@@ -44,6 +44,17 @@
 
 -->
     <listitem>
+      <para>September 8th, 2014</para>
+      <itemizedlist>
+        <listitem>
+          <para>[fernando] - MesaLib-10.2.6: fix build with LLVM-3.5.0.
+          Thanks ojab. Partially fixes
+          <ulink url="&blfs-ticket-root;5475">#5475</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>September 7th, 2014</para>
       <itemizedlist>
         <listitem>

Modified: branches/systemd/x/installing/mesalib-systemd.xml
==============================================================================
--- branches/systemd/x/installing/mesalib-systemd.xml   Mon Sep  8 07:48:36 
2014        (r14231)
+++ branches/systemd/x/installing/mesalib-systemd.xml   Mon Sep  8 09:58:11 
2014        (r14232)
@@ -154,7 +154,11 @@
       commands:
     </para>
 
-<screen><userinput>./autogen.sh CFLAGS="-O2" CXXFLAGS="-O2" \
+<screen><userinput>sed -e '/0x0303/ a#define OwningPtr std::unique_ptr\n#elif 
HAVE_LLVM >= 0x0303' \
+    -e 's/^#if HAVE_LLVM >= 0x0303/#if HAVE_LLVM >= 0x0305/' \
+    -i src/gallium/auxiliary/gallivm/lp_bld_debug.cpp &amp;&amp;
+
+./autogen.sh CFLAGS="-O2" CXXFLAGS="-O2" \
             --prefix=/usr                \
             --sysconfdir=/etc            \
             --disable-gallium-egl        \
@@ -210,6 +214,11 @@
     <title>Command Explanations</title>
 
     <para>
+      <command>sed -e ...lp_bld_debug.cpp</command>: Fix build problem
+      introduced with LLVM-3.5.0.
+    </para>
+
+    <para>
       <parameter>CFLAGS="-O2" CXXFLAGS="-O2"</parameter>: By default,
       <application>Autoconf</application> sets CFLAGS and CXXFLAGS to
       "-g -O2". That results in binaries and libraries being built with
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to