Changeset f10d931 for general


Ignore:
Timestamp:
07/22/2015 11:36:46 PM (9 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.8, 7.9, 8.0, 8.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, nosym, 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:
92c298cc
Parents:
5f42e0c
Message:
  • Update to talloc-2.1.3.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/talloc.xml

    r5f42e0c rf10d931  
    77  <!ENTITY talloc-download-http "https://www.samba.org/ftp/talloc/talloc-&talloc-version;.tar.gz">
    88  <!ENTITY talloc-download-ftp  " ">
    9   <!ENTITY talloc-md5sum        "6bc6e6ac293e739a902dd73cdc88f664">
    10   <!ENTITY talloc-size          "416 KB">
    11   <!ENTITY talloc-buildsize     "6.5 MB">
    12   <!ENTITY talloc-time          "0.3 SBU">
     9  <!ENTITY talloc-md5sum        "3e285de2228ae67ff0a0f5cec658f627">
     10  <!ENTITY talloc-size          "424 KB">
     11  <!ENTITY talloc-buildsize     "7.2 MB (with tests and both python modules)">
     12  <!ENTITY talloc-time          "0.3 SBU (with tests and both python modules)">
    1313]>
    1414
     
    7777      <xref linkend="DocBook"/>,
    7878      <xref linkend="docbook-xsl"/> and
    79       <xref linkend="libxslt"/> (To generate man pages) and
    80       <xref linkend="python2"/> (To build Python module).
     79      <xref linkend="libxslt"/> (To generate man pages),
     80      <xref linkend="python2"/> (To build Python-2 module) and
     81      <xref linkend="python3"/> (To build Python-3 module)
    8182    </para>
    8283
     
    109110  </sect2>
    110111
     112  <sect2 role="commands">
     113    <title>Command Explanations</title>
     114
     115    <para>
     116      <option>--extra-python=PYTHON</option>: This switch enables building
     117      selected libraries for the specified additional version of Python
     118      (example: <option>--extra-python=/usr/bin/python3</option>).
     119    </para>
     120
     121  </sect2>
     122
    111123  <sect2 role="content">
    112124    <title>Contents</title>
     
    122134        </seg>
    123135        <seg>
    124           libpytalloc-util.so, libtalloc.so and
    125           talloc.so (Python Module)
     136          libpytalloc-util.cpython-34m.so,
     137          libpytalloc-util.so,
     138          libtalloc.so,
     139          talloc.so (Python-2 Module) and
     140          talloc.cpython-34m.so (Python-3 Module)
    126141        </seg>
    127142        <seg>
Note: See TracChangeset for help on using the changeset viewer.