Changeset fd69a62 for general


Ignore:
Timestamp:
03/17/2014 11:29:19 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
cd72896
Parents:
3091087
Message:

Updates to httpd-2.4.9, Python-3.4.0, lcms2-2.6, libFS-1.0.6 and x264-20140316-2245. Several small fixes to Apr-Util-1.5.3, UPower-0.9.23 and Avahi-0.6.3. Thanks Armin K. for discussions.

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

Location:
general
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/apr-util.xml

    r3091087 rfd69a62  
    146146
    147147    <para>
    148       <parameter>--with-berkeley-db=/usr</parameter>: If you have
    149       installed <xref linkend="db"/>, use this switch to compile the
     148      <option>--with-berkeley-db=/usr</option>: If you have installed
     149      <xref linkend="db"/>, use this switch to compile the
    150150      <filename class="libraryfile">apr_dbm_db-1.so</filename> plugin.
     151    </para>
     152
     153    <para>
     154      <option>--with-ldap</option>: If you have installed
     155      <xref linkend="openldap"/>, use this switch to compile the
     156      <filename class="libraryfile">apr_ldap.so</filename> plugin.
    151157    </para>
    152158
     
    167173        <seg>
    168174          libaprutil-1.so
     175          and several under /usr/lib/apr-util-1/
    169176        </seg>
    170177        <seg>
  • general/graphlib/lcms2.xml

    r3091087 rfd69a62  
    77  <!ENTITY lcms2-download-http "&sourceforge-repo;/lcms/lcms2-&lcms2-version;.tar.gz">
    88  <!ENTITY lcms2-download-ftp  " ">
    9   <!ENTITY lcms2-md5sum        "396d106600251441ff195fcaa277d10b">
    10   <!ENTITY lcms2-size          "6.7 MB">
    11   <!ENTITY lcms2-buildsize     "19 MB">
    12   <!ENTITY lcms2-time          "0.2 SBU">
     9  <!ENTITY lcms2-md5sum        "f4c08d38ceade4a664ebff7228910a33">
     10  <!ENTITY lcms2-size          "4.4 MB">
     11  <!ENTITY lcms2-buildsize     "15 MB (additional 1 MB for the tests)">
     12  <!ENTITY lcms2-time          "0.1 SBU (additional 0.1 SBU for the tests)">
    1313]>
    1414
  • general/prog/python3.xml

    r3091087 rfd69a62  
    88           "http://www.python.org/ftp/python/&python3-version;/Python-&python3-version;.tar.xz">
    99  <!ENTITY python3-download-ftp  " ">
    10   <!ENTITY python3-md5sum        "b2a4df195d934e5b229e8328ca864960">
    11   <!ENTITY python3-size          "12 MB">
    12   <!ENTITY python3-buildsize     "261 MB (226 MB without docs or 144 MB for the tests)">
    13   <!ENTITY python3-time          "1.0 SBU (or 2.2 SBU for the tests)">
     10  <!ENTITY python3-md5sum        "77c22725e14af3d71022cbfdebff4903">
     11  <!ENTITY python3-size          "14 MB">
     12  <!ENTITY python3-buildsize     "279 MB (241 MB without docs or additional 143 MB for the tests)">
     13  <!ENTITY python3-time          "1.1 SBU (or 2.8 SBU for the tests)">
    1414
    1515  <!ENTITY python3htmldoc-download-http
    1616           "http://docs.python.org/ftp/python/doc/&python3-version;/python-&python3-version;-docs-html.tar.bz2">
    17   <!ENTITY python3htmldoc-md5sum        "71495f2214dc43a7c24d9a562f45b5ea">
     17  <!ENTITY python3htmldoc-md5sum        "cdbef126ee7ef0908352fabc4dc5bee5">
    1818  <!ENTITY python3htmldoc-size          "4.8 MB">
    1919]>
     
    135135    </para>
    136136
    137 <screen><userinput>./configure --prefix=/usr       \
     137<screen><userinput>CXX="/usr/bin/g++"              \
     138./configure --prefix=/usr       \
    138139            --enable-shared     \
    139140            --with-system-expat \
    140             --with-system-ffi &amp;&amp;
     141            --with-system-ffi   \
     142            --without-ensurepip &amp;&amp;
    141143make</userinput></screen>
    142144
     
    186188
    187189    <para>
     190      <command> CXX="/usr/bin/g++" ./configure ...</command>: Avoid an annoying
     191      message during configuration.
     192    </para>
     193
     194    <para>
    188195      <option>--with-system-expat</option>: This switch enables linking against
    189196      system version of <application>Expat</application>. Remove if you have
     
    202209      against <application>Berkeley DB</application> instead of
    203210      <application>GDBM</application>.
     211    </para>
     212
     213    <para>
     214      <parameter>--without-ensurepip</parameter>: This switch disables building
     215      <command>pip</command> and <command>setuptools</command>
     216      packaging programs.
    204217    </para>
    205218
  • general/sysutils/upower.xml

    r3091087 rfd69a62  
    122122    <para>
    123123      To test the results, issue: <command>make check</command>. Some
    124       checks may not pass due to missing files.
     124      checks may not pass due to missing files. Test suite should be run from
     125      a local GUI session started with dbus-launch.
    125126    </para>
    126127
Note: See TracChangeset for help on using the changeset viewer.