Changeset 35f9d48
- Timestamp:
- Sep 4, 2015, 8:10:08 PM (9 years ago)
- Branches:
- sysvinit
- Children:
- 59a1fa1
- Parents:
- 34e1c91
- git-author:
- William Harrington <kb0iic@…> (09/04/15 20:10:06)
- git-committer:
- William Harrington <kb0iic@…> (09/04/15 20:10:08)
- Location:
- BOOK
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/bc.xml
r34e1c91 r35f9d48 24 24 <sect2 role="installation"> 25 25 <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> 26 30 27 31 <para os="a">Prepare Bc for compilation:</para> -
BOOK/final-system/multilib/bc.xml
r34e1c91 r35f9d48 24 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 25 25 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'])"/> 27 31 28 32 <screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr \ -
BOOK/materials/common/patches.xml
r34e1c91 r35f9d48 25 25 url="&patches-root;&bash-branch_update-patch;"/></para> 26 26 <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> 27 36 </listitem> 28 37 </varlistentry> -
BOOK/patches.ent
r34e1c91 r35f9d48 8 8 <!ENTITY bash-branch_update-patch-md5 "712a693471a88bcece45fa566f8b6c57"> 9 9 <!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"> 10 14 11 15 <!-- Binutils branch update area
Note:
See TracChangeset
for help on using the changeset viewer.