Changeset 342c4cd
- Timestamp:
- Aug 15, 2006, 11:31:53 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 677d9e3
- Parents:
- 42754a9
- Location:
- BOOK
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/common/e2fsprogs.xml
r42754a9 r342c4cd 71 71 <listitem> 72 72 <para>The Makefile for e2fsprogs hard-codes a path to the 73 <filename>mke2fs.conf</filename> file, causing the installation to 74 fail unless the DESTDIR parameter is used.</para> 73 <filename>mke2fs.conf</filename> file, attempting to install it into 74 ${DESTDIR}/etc, causing the installation to fail as it tries to write 75 to /etc. The DESTDIR parameter prevents this.</para> 75 76 </listitem> 76 77 </varlistentry> -
BOOK/boot/common/zlib.xml
r42754a9 r342c4cd 35 35 <term><parameter>--shared</parameter></term> 36 36 <listitem> 37 <para>Tells zlib to build its shared library.</para>37 <para>Tells Zlib to build its shared library.</para> 38 38 </listitem> 39 39 </varlistentry> -
BOOK/temp-system/common/bash.xml
r42754a9 r342c4cd 28 28 29 29 <para os="c3">When bash is cross-compiled, it cannot test for the presence 30 of named pipes. Weused <command>su</command> to become an unprivileged31 user, this combination will cause abuild without <emphasis>process30 of named pipes. If you used <command>su</command> to become an unprivileged 31 user, this combination will cause Bash to build without <emphasis>process 32 32 substitution</emphasis>, which will break one of the c++ test scripts in 33 33 <literal>glibc</literal>. Prevent that by forcing the following definition:
Note:
See TracChangeset
for help on using the changeset viewer.