- Timestamp:
- Aug 1, 2010, 6:20:07 PM (14 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- f7a4551
- Parents:
- f3eb9db
- Location:
- BOOK
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/common/e2fsprogs.xml
rf3eb9db rd6f5e21 36 36 37 37 <screen os="aa"><userinput>PKG_CONFIG=true ../configure --prefix=/tools \ 38 --enable-elf-shlibs --with- cc=${CC} --with-linker=${LD} \38 --enable-elf-shlibs --with-linker=${LD} \ 39 39 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 40 40 --disable-libblkid --disable-libuuid --disable-fsck \ -
BOOK/boot/multilib/e2fsprogs.xml
rf3eb9db rd6f5e21 42 42 43 43 <screen os="aa"><userinput>CC="${CC} ${BUILD64}" PKG_CONFIG=true \ 44 ../configure --prefix=/tools \ 45 --enable-elf-shlibs --with-cc="${CC} ${BUILD64}" \ 44 ../configure --prefix=/tools --enable-elf-shlibs \ 46 45 --with-linker=${LD} --host=${CLFS_TARGET} \ 47 46 --disable-libblkid --disable-libuuid --disable-fsck \ -
BOOK/boot/ppc64/e2fsprogs-libs.xml
rf3eb9db rd6f5e21 47 47 48 48 <screen os="aa"><userinput>CC="${CC} ${BUILD32}" PKG_CONFIG=true \ 49 ../configure --prefix=/tools \ 50 --enable-elf-shlibs --with-cc="${CC} ${BUILD32}" \ 49 ../configure --prefix=/tools --enable-elf-shlibs \ 51 50 --with-linker=${LD} --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 52 51 --disable-libblkid --disable-libuuid --disable-fsck \ -
BOOK/boot/ppc64/e2fsprogs.xml
rf3eb9db rd6f5e21 55 55 56 56 <screen os="aa"><userinput>CC="${CC} ${BUILD64}" PKG_CONFIG=true \ 57 ../configure --prefix=/tools \ 58 --enable-elf-shlibs --with-cc="${CC} ${BUILD64}" \ 57 ../configure --prefix=/tools --enable-elf-shlibs \ 59 58 --with-linker=${LD} --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 60 59 --disable-libblkid --disable-libuuid --disable-fsck \ -
BOOK/final-system/common/e2fsprogs.xml
rf3eb9db rd6f5e21 38 38 39 39 <screen os="d"><userinput>PKG_CONFIG=true ../configure --prefix=/usr --with-root-prefix="" \ 40 --enable-elf-shlibs -- with-cc=gcc\41 --disable-lib blkid --disable-libuuid --disable-fsck \40 --enable-elf-shlibs --disable-libblkid \ 41 --disable-libuuid --disable-fsck \ 42 42 --disable-uuidd</userinput></screen> 43 43 -
BOOK/final-system/multilib/e2fsprogs-64bit.xml
rf3eb9db rd6f5e21 40 40 41 41 <screen os="d"><userinput>CC="gcc ${BUILD64}" PKG_CONFIG=true \ 42 ../configure --prefix=/usr \43 -- with-root-prefix="" --enable-elf-shlibs --with-cc="gcc ${BUILD64}"\44 --disable-lib blkid --disable-libuuid --disable-fsck \42 ../configure --prefix=/usr --with-root-prefix="" \ 43 --enable-elf-shlibs --disable-libblkid \ 44 --disable-libuuid --disable-fsck \ 45 45 --disable-uuidd</userinput></screen> 46 46 -
BOOK/final-system/multilib/e2fsprogs-n32.xml
rf3eb9db rd6f5e21 41 41 42 42 <screen os="d"><userinput>CC="gcc ${BUILDN32}" PKG_CONFIG=true \ 43 ../configure --prefix=/usr \44 -- with-root-prefix="" --enable-elf-shlibs --with-cc="gcc ${BUILDN32}"\45 --disable-lib blkid --disable-libuuid --disable-fsck \43 ../configure --prefix=/usr --with-root-prefix="" \ 44 --enable-elf-shlibs --disable-libblkid \ 45 --disable-libuuid --disable-fsck \ 46 46 --disable-uuidd</userinput></screen> 47 47 -
BOOK/final-system/multilib/e2fsprogs.xml
rf3eb9db rd6f5e21 36 36 37 37 <screen os="d"><userinput>CC="gcc ${BUILD32}" PKG_CONFIG=true \ 38 ../configure --prefix=/usr \39 -- with-root-prefix="" --enable-elf-shlibs --with-cc="gcc ${BUILD32}"\40 --disable-lib blkid --disable-libuuid --disable-fsck \38 ../configure --prefix=/usr --with-root-prefix="" \ 39 --enable-elf-shlibs --disable-libblkid \ 40 --disable-libuuid --disable-fsck \ 41 41 --disable-uuidd</userinput></screen> 42 42 -
BOOK/introduction/common/changelog.xml
rf3eb9db rd6f5e21 40 40 <para>August 01, 2010</para> 41 41 <itemizedlist> 42 <listitem> 43 <para>[jciccone] - Updated E2fsprogs to 1.14.12.</para> 44 </listitem> 42 45 <listitem> 43 46 <para>[jciccone] - Updated the NCurses Branch Update patch to -21. -
BOOK/packages.ent
rf3eb9db rd6f5e21 109 109 <!ENTITY dvhtool-home "http://packages.qa.debian.org/d/dvhtool.html"> 110 110 111 <!ENTITY e2fsprogs-version "1.41. 9">112 <!ENTITY e2fsprogs-size "4,3 48KB">111 <!ENTITY e2fsprogs-version "1.41.12"> 112 <!ENTITY e2fsprogs-size "4,392 KB"> 113 113 <!ENTITY e2fsprogs-url "&sourceforge;e2fsprogs/e2fsprogs-&e2fsprogs-version;.tar.gz"> 114 <!ENTITY e2fsprogs-md5 " 52f60a9e19a02f142f5546f1b5681927">114 <!ENTITY e2fsprogs-md5 "1b24a21fc0c2381ef420961cbfec733f"> 115 115 <!ENTITY e2fsprogs-home "http://e2fsprogs.sourceforge.net"> 116 116
Note:
See TracChangeset
for help on using the changeset viewer.