Ignore:
Timestamp:
08/09/2015 07:55:30 PM (9 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
a8158348
Parents:
66307ff
Message:

Update to cmake-3.3.0
Update to graphite2-1.3.0
Update to harfbuzz-1.0.1
Update to xproto-7.0.28.
Update to mesa-10.6.3
Update to polkit-0.113
Update to libdrm-2.4.62
Update to libepoxy-1.3.1
Update to gdk-pixbuf-2.31.5
Update to librsvg-2.40.10
Update to gtk+-3.16.6
Update to adwaita-icon-theme-3.16.2.1
Update wpa_supplicant instructions to reflect that the services cannot both be enabled at the same time
Remove FTP URLs for some Mozilla packages
Fix a build problem with xf86-video-intel
Fix URLs in MariaDB and SDL pages
Typo fix in the Linux-PAM-1.2.0 page
Clarify that libjpeg-turbo is required for the libtiff test suite
Typo fix in the xorg-server-1.17.2 page

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libdrm-systemd.xml

    r66307ff r7d511f08  
    77  <!ENTITY libdrm-download-http "http://dri.freedesktop.org/libdrm/libdrm-&libdrm-version;.tar.bz2">
    88  <!ENTITY libdrm-download-ftp  " ">
    9   <!ENTITY libdrm-md5sum        "c3d31138d63e0edde3f5b93cd88fb93a">
    10   <!ENTITY libdrm-size          "588 KB">
    11   <!ENTITY libdrm-buildsize     "13 MB">
    12   <!ENTITY libdrm-time          "0.2 SBU">
     9  <!ENTITY libdrm-md5sum        "e94fd03ad36b4154b8e10e8f6854f863">
     10  <!ENTITY libdrm-size          "840 KB">
     11  <!ENTITY libdrm-buildsize     "12 MB (with tests)">
     12  <!ENTITY libdrm-time          "0.2 SBU (with tests)">
    1313]>
    1414
     
    105105<screen><userinput>sed -e "/pthread-stubs/d" -i configure.ac &amp;&amp;
    106106autoreconf -fi &amp;&amp;
    107 ./configure --prefix=/usr --enable-udev &amp;&amp;
     107./configure --prefix=/usr --enable-udev --disable-valgrind &amp;&amp;
    108108make</userinput></screen>
    109109
     
    127127      This sed removes dependency on libpthread-stubs package
    128128      which is useless on Linux.
     129    </para>
     130
     131    <para>
     132      <parameter>--disable-valgrind</parameter>: This parameter remvoes a hard
     133      dependency on Valgrind.
    129134    </para>
    130135
Note: See TracChangeset for help on using the changeset viewer.