Changes in / [99d1a6a:33bbc46]
- Files:
-
- 1 added
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/gawk.xml
r99d1a6a r33bbc46 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
r99d1a6a r33bbc46 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" -
BOOK/general.ent
r99d1a6a r33bbc46 46 46 <!ENTITY redhat "ftp://sources.redhat.com/pub/"> 47 47 <!ENTITY kernel "http://www.kernel.org/pub/"> 48 <!ENTITY sourceforge "http:// master.dl.sourceforge.net/">48 <!ENTITY sourceforge "http://downloads.sourceforge.net/"> 49 49 50 50 <!ENTITY dependencies "Installation depends on"> -
BOOK/introduction/common/changelog.xml
r99d1a6a r33bbc46 42 42 <listitem> 43 43 <para>[jim] - fsck is now a part of Util-Linux-NG.</para> 44 </listitem> 45 <listitem> 46 <para>[jim] - Added --disable-libsigsegv to Gawk build. We 47 don't want to add another library to the build.</para> 44 48 </listitem> 45 49 </itemizedlist> -
BOOK/temp-system/common/gawk.xml
r99d1a6a r33bbc46 26 26 27 27 <screen os="b"><userinput>./configure --prefix=/tools \ 28 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 28 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 29 --disable-libsigsegv</userinput></screen> 29 30 30 31 <para os="c">Compile the package:</para> -
BOOK/temp-system/multilib/gawk.xml
r99d1a6a r33bbc46 28 28 29 29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 30 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 30 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 31 --disable-libsigsegv</userinput></screen> 31 32 32 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.