Ignore:
Timestamp:
01/19/2013 07:08:57 PM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
8ca6b48
Parents:
9c24d38
Message:

Package updates, see changelog. Updated libXi to latest available, replaced libjpeg with libjpeg-turbo.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libdrm.xml

    r9c24d38 r7ca0e36  
    77  <!ENTITY libdrm-download-http "http://dri.freedesktop.org/libdrm/libdrm-&libdrm-version;.tar.bz2">
    88  <!ENTITY libdrm-download-ftp  " ">
    9   <!ENTITY libdrm-md5sum        "626a3dc44a40ef37565b61732b688567">
    10   <!ENTITY libdrm-size          "484 KB">
    11   <!ENTITY libdrm-buildsize     "9.5 MB">
     9  <!ENTITY libdrm-md5sum        "04f40d6a647e5149fe442cf536ae0a37">
     10  <!ENTITY libdrm-size          "480 KB">
     11  <!ENTITY libdrm-buildsize     "11 MB">
    1212  <!ENTITY libdrm-time          "0.1 SBU">
    1313]>
     
    9797    </para>
    9898
    99 <screen><userinput>./configure --prefix=/usr --enable-udev &amp;&amp;
     99<screen><userinput>sed -e "/pthread-stubs/d" -i configure.ac &amp;&amp;
     100sed -e "/man\/Makefile/d" -i configure.ac &amp;&amp;
     101autoreconf -fi &amp;&amp;
     102./configure --prefix=/usr --enable-udev &amp;&amp;
    100103make</userinput></screen>
    101104
     
    114117  <sect2 role="commands">
    115118    <title>Command Explanations</title>
     119
     120    <para>
     121      <command>sed -e "/pthread-stubs/d" -i configure.ac</command>:
     122      This sed removes dependency on libpthread-stubs package
     123      which is useless on Linux.
     124    </para>
     125
     126    <para>
     127      <command>sed -e "/man\/Makefile/d" -i configure.ac</command>:
     128      This sed prevents <command>configure</command> from failing
     129      since <filename>man/Makefile.in</filename> is missing in the
     130      source tarball.
     131    </para>
    116132
    117133    <para>
Note: See TracChangeset for help on using the changeset viewer.