- 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
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/common/e2fsprogs.xml
r30edaff r8187b7d 44 44 45 45 <screen os="aa"><userinput>../configure --prefix=/tools \ 46 --enable-elf-shlibs -- disable-evms --with-cc=${CC} --with-linker=${LD} \46 --enable-elf-shlibs --with-cc=${CC} --with-linker=${LD} \ 47 47 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 48 48 … … 53 53 href="../../final-system/common/e2fsprogs.xml" 54 54 xpointer="xpointer(//*[@os='e2'])"/> 55 56 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"57 href="../../final-system/common/e2fsprogs.xml"58 xpointer="xpointer(//*[@os='e3'])"/>59 55 60 56 </variablelist> -
BOOK/boot/multilib/e2fsprogs.xml
r30edaff r8187b7d 51 51 52 52 <screen os="aa"><userinput>CC="${CC} ${BUILD64}" ../configure --prefix=/tools \ 53 --enable-elf-shlibs -- disable-evms --with-cc="${CC} ${BUILD64}" \53 --enable-elf-shlibs --with-cc="${CC} ${BUILD64}" \ 54 54 --with-linker=${LD} --host=${CLFS_TARGET}</userinput></screen> 55 55 -
BOOK/boot/ppc64/e2fsprogs.xml
r30edaff r8187b7d 63 63 64 64 <screen os="aa"><userinput>CC="${CC} ${BUILD64}" ../configure --prefix=/tools \ 65 --enable-elf-shlibs -- disable-evms --with-cc="${CC} ${BUILD64}" \65 --enable-elf-shlibs --with-cc="${CC} ${BUILD64}" \ 66 66 --with-linker=${LD} --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 67 67 --cache-file=config.cache</userinput></screen> -
BOOK/chroot/64/e2fsprogs.xml
r30edaff r8187b7d 44 44 45 45 <screen os="d"><userinput>CC="${CC} ${BUILD64}" ../configure --prefix=/tools \ 46 --enable-elf-shlibs -- disable-evms --with-cc="${CC} ${BUILD64}" \46 --enable-elf-shlibs --with-cc="${CC} ${BUILD64}" \ 47 47 --with-linker=${LD} --host=${CLFS_TARGET}</userinput></screen> 48 48 -
BOOK/chroot/common/e2fsprogs.xml
r30edaff r8187b7d 44 44 45 45 <screen os="d"><userinput>../configure --prefix=/tools \ 46 --enable-elf-shlibs -- disable-evms --with-cc=${CC} --with-linker=${LD} \46 --enable-elf-shlibs --with-cc=${CC} --with-linker=${LD} \ 47 47 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 48 48 … … 53 53 href="../../final-system/common/e2fsprogs.xml" 54 54 xpointer="xpointer(//*[@os='e2'])"/> 55 56 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"57 href="../../final-system/common/e2fsprogs.xml"58 xpointer="xpointer(//*[@os='e3'])"/>59 55 60 56 </variablelist> -
BOOK/chroot/multilib/e2fsprogs.xml
r30edaff r8187b7d 52 52 53 53 <screen os="d"><userinput>CC="${CC} ${BUILD64}" ../configure --prefix=/tools \ 54 --enable-elf-shlibs -- disable-evms --with-cc="${CC} ${BUILD64}" \54 --enable-elf-shlibs --with-cc="${CC} ${BUILD64}" \ 55 55 --with-linker=${LD} --host=${CLFS_TARGET}</userinput></screen> 56 56 -
BOOK/chroot/native/e2fsprogs.xml
r30edaff r8187b7d 44 44 45 45 <screen os="d"><userinput>../configure --prefix=/tools \ 46 --enable-elf-shlibs -- disable-evms --with-cc=${CC} --with-linker=${LD} \46 --enable-elf-shlibs --with-cc=${CC} --with-linker=${LD} \ 47 47 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 48 48 … … 53 53 href="../../final-system/common/e2fsprogs.xml" 54 54 xpointer="xpointer(//*[@os='e2'])"/> 55 56 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"57 href="../../final-system/common/e2fsprogs.xml"58 xpointer="xpointer(//*[@os='e3'])"/>59 55 60 56 </variablelist> -
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" -
BOOK/introduction/common/changelog.xml
r30edaff r8187b7d 40 40 <para>December 25, 2008</para> 41 41 <itemizedlist> 42 <listitem> 43 <para>[Chris] - Removed --disable-evms from e2fsprogs configure, as 44 that option is no longer recognized. Taken from LFS.</para> 45 </listitem> 42 46 <listitem> 43 47 <para>[Chris] - Addition to config.h no longer need for current Gawk
Note:
See TracChangeset
for help on using the changeset viewer.