Changeset bd9de06d for x/installing


Ignore:
Timestamp:
09/03/2017 09:55:01 PM (7 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:
fa30d84
Parents:
9956301
Message:

Update to qemu-2.10.0.
Update to btrfs-progs-4.12.1.
Update to faac-1.29.7.
Update to hicolor-icon-theme-0.16.
Update to mesa-17.1.8.
Update to harfbuzz-1.5.0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/mesa.xml

    r9956301 rbd9de06d  
    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        "54758bf842f9ea53c8b57cce4311b87e">
     9  <!ENTITY mesa-md5sum        "829777b6a95090e8ea58be93f00e75c7">
    1010  <!ENTITY mesa-size          "9.4 MB">
    11   <!ENTITY mesa-buildsize     "343 MB (with demos and docs, add 52 MB for tests)">
    12   <!ENTITY mesa-time          "8.2 SBU (with demos and docs, add 0.7 SBU for tests)">
     11  <!ENTITY mesa-buildsize     "313 MB (with demos and docs, add 53 MB for tests)">
     12  <!ENTITY mesa-time          "3.6 SBU (using parallelism=4 and with demos and docs, add 0.7 SBU for tests)">
    1313]>
    1414
     
    181181    </note>
    182182
    183 <screen revision="sysv"><userinput>sed -i "/pthread_stubs_possible=/s/yes/no/" configure.ac &amp;&amp;
    184 
    185 ./autogen.sh CFLAGS='-O2' CXXFLAGS='-O2' \
     183<screen revision="sysv"><userinput>./configure CFLAGS='-O2' CXXFLAGS='-O2' \
    186184            --prefix=$XORG_PREFIX        \
    187185            --sysconfdir=/etc            \
     
    196194
    197195make</userinput></screen>
    198 <screen revision="systemd"><userinput>sed -i "/pthread_stubs_possible=/s/yes/no/" configure.ac &amp;&amp;
    199 
    200 ./autogen.sh CFLAGS='-O2' CXXFLAGS='-O2'       \
     196<screen revision="systemd"><userinput>./configure CFLAGS='-O2' CXXFLAGS='-O2'       \
    201197            --prefix=$XORG_PREFIX              \
    202198            --sysconfdir=/etc                  \
     
    250246  <sect2 role="commands">
    251247    <title>Command Explanations</title>
    252 
    253     <para>
    254       <command>sed -i ... configure.ac</command>: This sed removes a dependency
    255       on the <application>libpthread-stubs</application> package which is
    256       useless on Linux.
    257     </para>
    258248
    259249    <para>
Note: See TracChangeset for help on using the changeset viewer.