Changeset b642036d


Ignore:
Timestamp:
12/31/2017 08:00:54 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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, 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:
5944fc1
Parents:
a01c60a
Message:

Update to mesa-17.3.1

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    ra01c60a rb642036d  
    4545      <para>January 1st, 2018</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Update to mesa-17.3.1. Fixes
     49          <ulink url="&blfs-ticket-root;9965">#9965</ulink>.</para>
     50        </listitem>
    4751        <listitem>
    4852          <para>[bdubbs] - Update to xterm-331. Fixes
  • packages.ent

    ra01c60a rb642036d  
    532532<!ENTITY xcursor-themes-version       "1.0.4">
    533533<!ENTITY xkeyboard-config-version     "2.22">
    534 <!ENTITY mesa-major-minor             "17.2">
    535 <!ENTITY mesa-version                 "&mesa-major-minor;.7">
     534<!ENTITY mesa-major-minor             "17.3">
     535<!ENTITY mesa-version                 "&mesa-major-minor;.1">
    536536<!ENTITY xcb-util-version             "0.4.0">
    537537<!ENTITY xcb-util-image-version       "0.4.0">
  • x/installing/mesa.xml

    ra01c60a rb642036d  
    77  <!ENTITY mesa-download-http "https://mesa.freedesktop.org/archive/mesa-&mesa-version;.tar.xz">
    88  <!ENTITY mesa-download-ftp  "ftp://ftp.freedesktop.org/pub/mesa/mesa-&mesa-version;.tar.xz">
    9   <!ENTITY mesa-md5sum        "adf3750455e94db222c6f246e37556e5">
    10   <!ENTITY mesa-size          "9.9 MB">
    11   <!ENTITY mesa-buildsize     "309 MB (with demos and docs, add 53 MB for tests)">
    12   <!ENTITY mesa-time          "2.6 SBU (with parallelism=4, demos, and docs; add 0.7 SBU for tests)">
     9  <!ENTITY mesa-md5sum        "b4b021279ea21e1eb8a1369afa6f19a0">
     10  <!ENTITY mesa-size          "10.2 MB">
     11  <!ENTITY mesa-buildsize     "368 MB (with demos and docs, add 68 MB for tests)">
     12  <!ENTITY mesa-time          "4.0 SBU (with parallelism=4, demos, and docs; add 0.9 SBU for tests)">
    1313]>
    1414
     
    178178    </para>
    179179
    180 <screen><userinput>./configure CFLAGS='-O2' CXXFLAGS='-O2'       \
     180<screen><userinput>./configure CFLAGS='-O2' CXXFLAGS='-O2' LDFLAGS=-lLLVM \
    181181            --prefix=$XORG_PREFIX              \
    182182            --sysconfdir=/etc                  \
     
    237237      debugging symbols which make them bigger. Override the default
    238238      flags to omit the -g compiler flag so the final libraries are smaller.
     239    </para>
     240
     241    <para>
     242      <parameter>LDFLAGS=-lLLVM</parameter>: This environment variable
     243      specifies the LLVM libraries that are not automatically included
     244      for some of the package components.
    239245    </para>
    240246
Note: See TracChangeset for help on using the changeset viewer.