Changeset 5d2fe08
- Timestamp:
- 02/04/2021 03:34:31 PM (2 years ago)
- Branches:
- 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, s6-init, trunk, xry111/arm64, xry111/clfs-ng, xry111/git-transition, xry111/glibc-2.34, xry111/glibc-2.37, xry111/kcfg-revise, xry111/lfs-next, xry111/pip3, xry111/queue-11.3, xry111/rust-wip-20221008, xry111/tester-nohack, xry111/usr-move
- Children:
- 114a300
- Parents:
- 97d5e74
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter06/file.xml
r97d5e74 r5d2fe08 52 52 <screen><userinput remap="pre">mkdir build 53 53 pushd build 54 ../configure 54 ../configure --disable-bzlib \ 55 --disable-libseccomp \ 56 --disable-xzlib \ 57 --disable-zlib 55 58 make 56 59 popd</userinput></screen> 60 61 <variablelist> 62 <title>The meaning of the new configure option:</title> 63 64 <varlistentry> 65 <term><parameter>--disable-*</parameter></term> 66 <listitem> 67 <para>The configuration script attempt to use some packages from 68 the host distribution if the corresponding library files exist. 69 It may cause compilation failure if a library file exists, but 70 the corresponding header files do not exist. The options prevent 71 to use the packages from the host.</para> 72 </listitem> 73 </varlistentry> 74 </variablelist> 57 75 58 76 <para>Prepare File for compilation:</para>
Note:
See TracChangeset
for help on using the changeset viewer.