Changeset de052ed
- Timestamp:
- Aug 15, 2006, 11:31:53 PM (18 years ago)
- Children:
- 45f2809
- Parents:
- 74df39d
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/common/e2fsprogs.xml
r74df39d rde052ed 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> -
boot/common/zlib.xml
r74df39d rde052ed 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> -
temp-system/common/bash.xml
r74df39d rde052ed 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.