Changeset e2e6aae for BOOK/boot/multilib
- Timestamp:
- Aug 4, 2013, 12:58:42 PM (11 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- ceb1b8f
- Parents:
- 019605fd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/multilib/kmod.xml
r019605fd re2e6aae 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 29 <screen os="b"><userinput>liblzma_CFLAGS="-I/tools/include" liblzma_LIBS="-L/tools/lib64 -llzma" \ 30 zlib_CFLAGS="-I/tools/include" zlib_LIBS="-L/tools/lib64 -lz" \ 31 CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 30 32 --bindir=/bin --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 31 --libdir=/tools/lib64 </userinput></screen>33 --libdir=/tools/lib64 --with-xz --with-zlib --disable-manpages</userinput></screen> 32 34 33 35 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.