Changeset e2eebf6


Ignore:
Timestamp:
Sep 4, 2015, 8:10:06 PM (9 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
master, systemd
Children:
aecd184
Parents:
09c0ac7
Message:

BC memoryh leak patch.

Location:
BOOK
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/bc.xml

    r09c0ac7 re2eebf6  
    2424  <sect2 role="installation">
    2525    <title>Installation of Bc</title>
     26
     27    <para os="p1">Fix memory leaks:</para>
     28
     29<screen os="p2"><userinput>patch -Np1 -i ../bc-1.06.95-memory_leak-1.patch</userinput></screen>
    2630
    2731    <para os="a">Prepare Bc for compilation:</para>
  • BOOK/final-system/multilib/bc.xml

    r09c0ac7 re2eebf6  
    2424    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    2525    href="../common/bc.xml"
    26     xpointer="xpointer(//*[@os='a'])"/>
     26    xpointer="xpointer(//*[@os='p1'])"/>
     27
     28    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     29    href="../common/bc.xml"
     30    xpointer="xpointer(//*[@os='p2'])"/>
    2731
    2832<screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr \
  • BOOK/materials/common/patches.xml

    r09c0ac7 re2eebf6  
    2525        url="&patches-root;&bash-branch_update-patch;"/></para>
    2626        <para>MD5 sum: <literal>&bash-branch_update-patch-md5;</literal></para>
     27      </listitem>
     28    </varlistentry>
     29
     30    <varlistentry>
     31      <term>Bc Memory Leak Patch - <token>&bc-memory-leak-patch-size;</token>:</term>
     32      <listitem>
     33        <para>Download: <ulink
     34        url="&patches-root;&bc-memory-leak-patch;"/></para>
     35        <para>MD5 sum: <literal>&bc-memory-leak-patch-md5;</literal></para>
    2736      </listitem>
    2837    </varlistentry>
  • BOOK/patches.ent

    r09c0ac7 re2eebf6  
    88<!ENTITY bash-branch_update-patch-md5 "712a693471a88bcece45fa566f8b6c57">
    99<!ENTITY bash-branch_update-patch-size "129 KB">
     10
     11<!ENTITY bc-memory-leak-patch "bc-&bc-version;-memory_leak-1.patch">
     12<!ENTITY bc-memory-leak-patch-md5 "877e81fba316fe487ec23501059d54b8">
     13<!ENTITY bc-memory-leak-patch-size "1.414 KB">
    1014
    1115<!-- Binutils branch update area
Note: See TracChangeset for help on using the changeset viewer.