Ignore:
Timestamp:
Aug 4, 2013, 12:58:42 PM (11 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
ceb1b8f
Parents:
019605fd
Message:

Add lzma and zlib support to boot method kmod.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/x86_64-64/kmod.xml

    r019605fd re2e6aae  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    30     --bindir=/bin --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
     29<screen os="b"><userinput>liblzma_CFLAGS="-I/tools/include" liblzma_LIBS="-L/tools/lib -llzma" \
     30zlib_CFLAGS="-I/tools/include" zlib_LIBS="-L/tools/lib -lz" \
     31CC="${CC} ${BUILD64}" ./configure --prefix=/tools --bindir=/bin \
     32    --build=${CLFS_HOST} --host=${CLFS_TARGET} --with-xz --with-zlib \
     33    --disable-manpages</userinput></screen>
    3134
    3235    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.