- Timestamp:
- Aug 13, 2012, 5:13:28 PM (12 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 38fe6a12
- Parents:
- 12dd3ae
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/common/kmod.xml
r12dd3ae r5ce4e62 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="b"><userinput>./configure --prefix=/tools \ 30 --bindir=/bin --with-rootlibdir=/tools/lib \ 31 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 29 <screen os="b"><userinput>liblzma_CFLAGS="-I/tools/include" \ 30 liblzma_LIBS="-L/tools/lib -llzma" zlib_CFLAGS="-I/tools/include" \ 31 zlib_LIBS="-L/tools/lib -lz" ./configure --prefix=/tools --bindir=/bin \ 32 --with-rootlibdir=/tools/lib --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 33 --with-xz --with-zlib</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.