- Timestamp:
- May 18, 2014, 8:23:56 PM (11 years ago)
- Branches:
- clfs-3.0.0-systemd, master, systemd
- Children:
- f319d64
- Parents:
- 6eb13f4
- Location:
- BOOK/boot
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/64/e2fsprogs.xml
r6eb13f4 r6c19f5e 35 35 xpointer="xpointer(//*[@os='c'])"/> 36 36 37 <screen os="aa"><userinput>CC="${CC} ${BUILD64}" PKG_CONFIG=true\37 <screen os="aa"><userinput>CC="${CC} ${BUILD64}" \ 38 38 ../configure --prefix=/tools --enable-elf-shlibs \ 39 39 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ … … 49 49 xpointer="xpointer(//*[@os='f'])"/> 50 50 51 <screen os="g"><userinput>make LIBUUID="-luuid" STATIC_LIBUUID="-luuid" \ 52 LIBBLKID="-lblkid" STATIC_LIBBLKID="-lblkid" \53 LDFLAGS="-Wl,-rpath,/tools/lib"</userinput></screen>51 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 52 href="../common/e2fsprogs.xml" 53 xpointer="xpointer(//*[@os='g'])"/> 54 54 55 55 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/boot/64/eudev.xml
r6eb13f4 r6c19f5e 26 26 xpointer="xpointer(//*[@os='a'])"/> 27 27 28 <screen os="b"><userinput>BLKID_CFLAGS="-I/tools/include" BLKID_LIBS="-L/tools/lib -lblkid" \ 29 KMOD_CFLAGS="-I/tools/include/" KMOD_LIBS="-L/tools/lib -lkmod" \ 30 CC="${CC} ${BUILD64}" ./configure --prefix=/tools --build=${CLFS_HOST} \ 28 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools --build=${CLFS_HOST} \ 31 29 --host=${CLFS_TARGET} --disable-introspection --disable-gtk-doc-html \ 32 30 --disable-gudev --disable-keymap --with-firmware-path=/tools/lib/firmware \ -
BOOK/boot/64/kmod.xml
r6eb13f4 r6c19f5e 35 35 xpointer="xpointer(//*[@os='a'])"/> 36 36 37 <screen os="b"><userinput>PKG_CONFIG= liblzma_CFLAGS="-I/tools/include" \ 38 liblzma_LIBS="-L/tools/lib -llzma" \ 39 zlib_CFLAGS="-I/tools/include" zlib_LIBS="-L/tools/lib -lz" \ 40 CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 37 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 41 38 --build=${CLFS_HOST} --host=${CLFS_TARGET} --with-xz --with-zlib</userinput></screen> 42 39 -
BOOK/boot/common/e2fsprogs.xml
r6eb13f4 r6c19f5e 35 35 xpointer="xpointer(//*[@os='c'])"/> 36 36 37 <screen os="aa"><userinput>PKG_CONFIG=true \ 38 ../configure --prefix=/tools \ 37 <screen os="aa"><userinput>../configure --prefix=/tools \ 39 38 --enable-elf-shlibs --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 40 39 --disable-libblkid --disable-libuuid --disable-fsck \ … … 58 57 xpointer="xpointer(//*[@os='f'])"/> 59 58 60 <screen os="g"><userinput>make LIBUUID="-luuid" STATIC_LIBUUID="-luuid" \ 61 LIBBLKID="-lblkid" STATIC_LIBBLKID="-lblkid"</userinput></screen> 59 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 60 href="../../final-system/common/e2fsprogs.xml" 61 xpointer="xpointer(//*[@os='g'])"/> 62 62 63 63 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/boot/common/eudev.xml
r6eb13f4 r6c19f5e 28 28 <para os="a">Prepare Eudev for compilation:</para> 29 29 30 <screen os="b"><userinput>BLKID_CFLAGS="-I/tools/include" BLKID_LIBS="-L/tools/lib -lblkid" \ 31 KMOD_CFLAGS="-I/tools/include/" KMOD_LIBS="-L/tools/lib -lkmod" \ 32 ./configure --prefix=/tools --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 30 <screen os="b"><userinput>./configure --prefix=/tools --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 33 31 --disable-introspection --disable-gtk-doc-html \ 34 32 --disable-gudev --disable-keymap --with-firmware-path=/lib/firmware \ -
BOOK/boot/common/kmod.xml
r6eb13f4 r6c19f5e 33 33 xpointer="xpointer(//*[@os='a'])"/> 34 34 35 <screen os="b"><userinput>PKG_CONFIG= liblzma_CFLAGS="-I/tools/include" \ 36 liblzma_LIBS="-L/tools/lib -llzma" \ 37 zlib_CFLAGS="-I/tools/include" zlib_LIBS="-L/tools/lib -lz" \ 38 ./configure --prefix=/tools \ 35 <screen os="b"><userinput>./configure --prefix=/tools \ 39 36 --build=${CLFS_HOST} --host=${CLFS_TARGET} --with-xz --with-zlib</userinput></screen> 40 37 -
BOOK/boot/multilib/e2fsprogs.xml
r6eb13f4 r6c19f5e 41 41 xpointer="xpointer(//*[@os='c'])"/> 42 42 43 <screen os="aa"><userinput>CC="${CC} ${BUILD64}" PKG_CONFIG=true\43 <screen os="aa"><userinput>CC="${CC} ${BUILD64}" \ 44 44 ../configure --prefix=/tools --enable-elf-shlibs \ 45 45 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ … … 55 55 xpointer="xpointer(//*[@os='f'])"/> 56 56 57 <screen os="g"><userinput>make LIBUUID="-luuid" STATIC_LIBUUID="-luuid" \ 58 LIBBLKID="-lblkid" STATIC_LIBBLKID="-lblkid" \59 LDFLAGS="-Wl,-rpath,/tools/lib64"</userinput></screen>57 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 58 href="../common/e2fsprogs.xml" 59 xpointer="xpointer(//*[@os='g'])"/> 60 60 61 61 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/boot/multilib/eudev.xml
r6eb13f4 r6c19f5e 26 26 xpointer="xpointer(//*[@os='a'])"/> 27 27 28 <screen os="b"><userinput>BLKID_CFLAGS="-I/tools/include" BLKID_LIBS="-L/tools/lib64 -lblkid" \ 29 KMOD_CFLAGS="-I/tools/include/" KMOD_LIBS="-L/tools/lib64 -lkmod" \ 30 CC="${CC} ${BUILD64}" ./configure --prefix=/tools --build=${CLFS_HOST} \ 28 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools --build=${CLFS_HOST} \ 31 29 --host=${CLFS_TARGET} --libdir=/tools/lib64 --with-rootlibdir=/tools/lib64 \ 32 30 --disable-introspection --disable-gtk-doc-html --disable-gudev \ -
BOOK/boot/multilib/kmod.xml
r6eb13f4 r6c19f5e 35 35 xpointer="xpointer(//*[@os='a'])"/> 36 36 37 <screen os="b"><userinput>PKG_CONFIG= liblzma_CFLAGS="-I/tools/include" \ 38 liblzma_LIBS="-L/tools/lib64 -llzma" \ 39 zlib_CFLAGS="-I/tools/include" zlib_LIBS="-L/tools/lib64 -lz" \ 40 CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 37 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 41 38 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 42 39 --libdir=/tools/lib64 --with-xz --with-zlib</userinput></screen> -
BOOK/boot/ppc64/e2fsprogs-libs.xml
r6eb13f4 r6c19f5e 46 46 xpointer="xpointer(//*[@os='c'])"/> 47 47 48 <screen os="aa"><userinput>CC="${CC} ${BUILD32}" PKG_CONFIG=true\48 <screen os="aa"><userinput>CC="${CC} ${BUILD32}" \ 49 49 ../configure --prefix=/tools --enable-elf-shlibs \ 50 50 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ … … 60 60 xpointer="xpointer(//*[@os='f'])"/> 61 61 62 <screen os="g"><userinput>make LIBUUID="-luuid" STATIC_LIBUUID="-luuid" \ 63 LIBBLKID="-lblkid" STATIC_LIBBLKID="-lblkid" libs</userinput></screen> 62 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 63 href="../common/e2fsprogs.xml" 64 xpointer="xpointer(//*[@os='g'])"/> 64 65 65 66 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/boot/ppc64/e2fsprogs.xml
r6eb13f4 r6c19f5e 54 54 xpointer="xpointer(//*[@os='c'])"/> 55 55 56 <screen os="aa"><userinput>CC="${CC} ${BUILD64}" PKG_CONFIG=true\56 <screen os="aa"><userinput>CC="${CC} ${BUILD64}" \ 57 57 ../configure --prefix=/tools --enable-elf-shlibs \ 58 58 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ … … 68 68 xpointer="xpointer(//*[@os='f'])"/> 69 69 70 <screen os="g"><userinput>make LIBUUID="-luuid" STATIC_LIBUUID="-luuid" \ 71 LIBBLKID="-lblkid" STATIC_LIBBLKID="-lblkid" libs 72 make LIBUUID="-luuid" STATIC_LIBUUID="-luuid" LIBBLKID="-lblkid" \ 73 STATIC_LIBBLKID="-lblkid" LDFLAGS="-Wl,-rpath,/tools/lib64" -C e2fsck/</userinput></screen> 70 <screen os="g"><userinput>make libs 71 make -C e2fsck/</userinput></screen> 74 72 75 73 <para os="i">Install the e2fsck binary:</para>
Note:
See TracChangeset
for help on using the changeset viewer.