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