Changeset e2eebf6 for BOOK/final-system
- Timestamp:
- Sep 4, 2015, 8:10:06 PM (9 years ago)
- Branches:
- master, systemd
- Children:
- aecd184
- Parents:
- 09c0ac7
- Location:
- BOOK/final-system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/bc.xml
r09c0ac7 re2eebf6 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
r09c0ac7 re2eebf6 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 \
Note:
See TracChangeset
for help on using the changeset viewer.