Changeset e2e6aae


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.

Location:
BOOK/boot
Files:
3 edited

Legend:

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

    r019605fd re2e6aae  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen os="b"><userinput>./configure --prefix=/tools --bindir=/bin \
    30     --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" \
     31./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"
  • BOOK/boot/multilib/kmod.xml

    r019605fd re2e6aae  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    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" \
     30zlib_CFLAGS="-I/tools/include" zlib_LIBS="-L/tools/lib64 -lz" \
     31CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    3032    --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>
    3234
    3335    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • 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.