Changeset 4e8ba51 for BOOK/final-system
- Timestamp:
- May 4, 2017, 5:31:39 PM (8 years ago)
- Branches:
- master, systemd
- Children:
- 9d334e1
- Parents:
- 8343d5e
- Location:
- BOOK/final-system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/bc.xml
r8343d5e r4e8ba51 25 25 <title>Installation of Bc</title> 26 26 27 <para os="p1">Fix memory leaks:</para> 27 <para os="s1">Change an internal script to use <command>sed</command> 28 instead of <command>ed</command>:</para> 28 29 29 <screen os="p2"><userinput>patch -Np1 -i ../bc-1.06.95-memory_leak-1.patch</userinput></screen> 30 <screen os="s2"><userinput>cat > bc/fix-libmath_h << "EOF" 31 #! /bin/bash 32 sed -e '1 s/^/{"/' \ 33 -e 's/$/",/' \ 34 -e '2,$ s/^/"/' \ 35 -e '$ d' \ 36 -i libmath.h 37 38 sed -e '$ s/$/0}/' \ 39 -i libmath.h 40 EOF</userinput></screen> 30 41 31 42 <para os="a">Prepare Bc for compilation:</para> -
BOOK/final-system/multilib/bc.xml
r8343d5e r4e8ba51 24 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 25 25 href="../common/bc.xml" 26 xpointer="xpointer(//*[@os=' p1'])"/>26 xpointer="xpointer(//*[@os='s1'])"/> 27 27 28 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 29 29 href="../common/bc.xml" 30 xpointer="xpointer(//*[@os=' p2'])"/>30 xpointer="xpointer(//*[@os='s2'])"/> 31 31 32 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.