Changeset 6c19f5e for BOOK/boot/common
- 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/common
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note:
See TracChangeset
for help on using the changeset viewer.