Changeset 8187b7d for BOOK/final-system
- Timestamp:
- Dec 25, 2008, 1:28:09 PM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- da9bb19
- Parents:
- 30edaff
- Location:
- BOOK/final-system
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/e2fsprogs.xml
r30edaff r8187b7d 45 45 46 46 <screen os="d"><userinput>../configure --prefix=/usr --with-root-prefix="" \ 47 --enable-elf-shlibs --disable-evms \ 48 --with-cc=gcc</userinput></screen> 47 --enable-elf-shlibs --with-cc=gcc</userinput></screen> 49 48 50 49 <variablelist os="e"> … … 70 69 <para>This creates the shared libraries which some programs 71 70 in this package use.</para> 72 </listitem>73 </varlistentry>74 75 <varlistentry os="e3">76 <term><parameter>--disable-evms</parameter></term>77 <listitem>78 <para>This disables the building of the Enterprise Volume79 Management System (EVMS) plugin. This plugin is not up-to-date with80 the latest EVMS internal interfaces and EVMS is not installed as part81 of a base CLFS system, so the plugin is not required. See the EVMS82 website at <ulink url="http://evms.sourceforge.net/"/> for more83 information regarding EVMS.</para>84 71 </listitem> 85 72 </varlistentry> -
BOOK/final-system/multilib/e2fsprogs-64bit.xml
r30edaff r8187b7d 48 48 49 49 <screen os="d"><userinput>CC="gcc ${BUILD64}" ../configure --prefix=/usr \ 50 --with-root-prefix="" --enable-elf-shlibs --disable-evms \ 51 --with-cc="gcc ${BUILD64}"</userinput></screen> 50 --with-root-prefix="" --enable-elf-shlibs --with-cc="gcc ${BUILD64}"</userinput></screen> 52 51 53 52 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/multilib/e2fsprogs-n32.xml
r30edaff r8187b7d 49 49 50 50 <screen os="d"><userinput>CC="gcc ${BUILDN32}" ../configure --prefix=/usr \ 51 --with-root-prefix="" --enable-elf-shlibs --disable-evms \ 52 --with-cc="gcc ${BUILDN32}"</userinput></screen> 51 --with-root-prefix="" --enable-elf-shlibs --with-cc="gcc ${BUILDN32}"</userinput></screen> 53 52 54 53 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/multilib/e2fsprogs.xml
r30edaff r8187b7d 44 44 45 45 <screen os="d"><userinput>CC="gcc ${BUILD32}" ../configure --prefix=/usr \ 46 --with-root-prefix="" --enable-elf-shlibs --disable-evms \ 47 --with-cc="gcc ${BUILD32}"</userinput></screen> 46 --with-root-prefix="" --enable-elf-shlibs --with-cc="gcc ${BUILD32}"</userinput></screen> 48 47 49 48 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.