Changeset b4ab56c for BOOK/final-system
- Timestamp:
- Jul 25, 2009, 1:10:35 PM (15 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- bb6d7f8
- Parents:
- 7bfc8ec
- Location:
- BOOK/final-system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/gawk.xml
r7bfc8ec rb4ab56c 28 28 <para os="a">Prepare Gawk for compilation:</para> 29 29 30 <screen os="b"><userinput>./configure --prefix=/usr --libexecdir=/usr/lib</userinput></screen> 30 <screen os="b"><userinput>./configure --prefix=/usr --libexecdir=/usr/lib \ 31 --disable-libsigsegv</userinput></screen> 31 32 32 33 <para os="c">Compile the package:</para> -
BOOK/final-system/multilib/gawk.xml
r7bfc8ec rb4ab56c 27 27 28 28 <screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr \ 29 --libexecdir=/usr/lib64 </userinput></screen>29 --libexecdir=/usr/lib64 --disable-libsigsegv</userinput></screen> 30 30 31 31 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.