Changeset b6c5448 for general/genlib


Ignore:
Timestamp:
03/31/2012 04:35:48 PM (12 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:
2fdcd9df
Parents:
c91a73e
Message:

krb5 1.10.1, expat 2.1.0, curl 7.25.0, libdrm 2.4.33, iptables 1.4.13

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

Location:
general/genlib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/expat.xml

    rc91a73e rb6c5448  
    77  <!ENTITY expat-download-http "&sourceforge-repo;/expat/expat-&expat-version;.tar.gz">
    88  <!ENTITY expat-download-ftp  " ">
    9   <!ENTITY expat-md5sum        "ee8b492592568805593f81f8cdf2a04c">
    10   <!ENTITY expat-size          "446 KB">
    11   <!ENTITY expat-buildsize     "6 MB">
     9  <!ENTITY expat-md5sum        "dd7dab7a5fea97d2a6a43f511449b7cd">
     10  <!ENTITY expat-size          "552 KB">
     11  <!ENTITY expat-buildsize     "6.0 MB">
    1212  <!ENTITY expat-time          "0.1 SBU">
    1313]>
     
    5757    </itemizedlist>
    5858
     59<!--
    5960    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6061    <itemizedlist spacing='compact'>
     
    6465      </listitem>
    6566    </itemizedlist>
     67-->
    6668
    6769    <para condition="html" role="usernotes">User Notes:
     
    7678    commands:</para>
    7779
    78 <screen><userinput>patch -Np1 -i ../expat-&expat-version;-fixes-3.patch &amp;&amp;
    79 ./configure --prefix=/usr &amp;&amp;
     80<screen><userinput>./configure --prefix=/usr &amp;&amp;
    8081make</userinput></screen>
    8182
     
    9596    <title>Command Explanations</title>
    9697
    97     <para><option>--disable-static</option>: This switch prevents the
    98     static library in this package being built and installed.</para>
     98    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     99    href="../../xincludes/static-libraries.xml"/>   
    99100
    100101  </sect2>
  • general/genlib/libdrm.xml

    rc91a73e rb6c5448  
    77  <!ENTITY libdrm-download-http "http://dri.freedesktop.org/libdrm/libdrm-&libdrm-version;.tar.bz2">
    88  <!ENTITY libdrm-download-ftp  " ">
    9   <!ENTITY libdrm-md5sum        "b731faf4a49f89c318d84378cb563cf8">
    10   <!ENTITY libdrm-size          "548 KB">
     9  <!ENTITY libdrm-md5sum        "eb2a76720af5051b1687328a2240daed">
     10  <!ENTITY libdrm-size          "440 KB">
    1111  <!ENTITY libdrm-buildsize     "8.0 MB">
    1212  <!ENTITY libdrm-time          "less than 0.1 SBU">
     
    7979
    8080<screen><userinput>./configure --prefix=$XORG_PREFIX \
     81  --enable-udev \
    8182  --enable-nouveau-experimental-api \
    8283  --enable-vmwgfx-experimental-api &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.