Ignore:
Timestamp:
01/16/2019 06:18:53 AM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
ae9228b
Parents:
1575ce1
Message:

Update to talloc-2.1.15

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/talloc.xml

    r1575ce1 r51a8ab3  
    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        "7478da02e309316231a497a9f17a980d">
    10   <!ENTITY talloc-size          "436 KB">
    11   <!ENTITY talloc-buildsize     "8.0 MB (with tests)">
    12   <!ENTITY talloc-time          "0.3 SBU (with tests)">
     9  <!ENTITY talloc-md5sum        "a56bc6add28ae0f5693eb49e19ddddcf">
     10  <!ENTITY talloc-size          "620 KB">
     11  <!ENTITY talloc-buildsize     "10 MB (with tests)">
     12  <!ENTITY talloc-time          "0.4 SBU (with tests)">
    1313]>
    1414
     
    100100    </para>
    101101
    102 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     102<screen><userinput>sed -i s:../../buildtools/bin/waf:buildtools/bin/waf: Makefile &amp;&amp;
     103./configure --prefix=/usr &amp;&amp;
    103104make</userinput></screen>
    104105
    105106    <para>
    106107      To check the results, issue <command>make check</command>.
    107       <!-- The python tests fail due to missing files. - Not applicable
    108       when testing for 8.1 -->
    109108    </para>
    110109
     
    121120
    122121    <para>
     122      <command>sed -i s:[...] Makefile</command>: This command fixes a
     123      packaging problem introduced with this version of Talloc.
     124    </para>
     125
     126    <para>
    123127      <option>--extra-python=PYTHON</option>: This switch enables building
    124128      selected libraries for the specified additional version of Python
    125       (example: <option>--extra-python=/usr/bin/python3</option>).
     129      (example: <option>--extra-python=/usr/bin/python2</option>).
    126130    </para>
    127131
     
    144148          libpytalloc-util.so,
    145149          libtalloc.so,
     150          <!-- NOTE: The below is Optional now. -->
    146151          talloc.so (Python-2 Module) and
    147152          talloc.cpython-35m-x86_64-linux-gnu.so (Python-3 Module)
Note: See TracChangeset for help on using the changeset viewer.