Changeset 5ce4e62 for BOOK/boot


Ignore:
Timestamp:
Aug 13, 2012, 5:13:28 PM (12 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
38fe6a12
Parents:
12dd3ae
Message:

Add xz and zlib compression to boot method kmod.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/common/kmod.xml

    r12dd3ae r5ce4e62  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    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>
    3234
    3335    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.