Changeset 98c59fa for BOOK/chroot/common


Ignore:
Timestamp:
Jul 18, 2009, 4:41:58 PM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
2f9a05f1
Parents:
bbb7784
Message:

use the libblkid and libuuid provided by Util-Linux-NG instead of E2fsprogs now.

Location:
BOOK/chroot/common
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/chroot/common/e2fsprogs.xml

    rbbb7784 r98c59fa  
    3535    xpointer="xpointer(//*[@os='c'])"/>
    3636
    37 <screen os="d"><userinput>../configure --prefix=/tools \
     37<screen os="d"><userinput> PKG_CONFIG=true ../configure --prefix=/tools \
    3838    --enable-elf-shlibs --with-cc=${CC} --with-linker=${LD} \
    39     --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
     39    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     40    --disable-libuuid --disable-libblkid</userinput></screen>
    4041
    4142    <variablelist os="e">
  • BOOK/chroot/common/util-linux-ng.xml

    rbbb7784 r98c59fa  
    2828
    2929<screen os="b"><userinput>./configure --prefix=/tools \
    30     --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
     30    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     31    --disable-makeinstall-chown</userinput></screen>
    3132
    3233    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    3435    xpointer="xpointer(//*[@os='d'])"/>
    3536
    36 <screen os="e"><userinput>make -C mount mount umount
    37 make -C text-utils more
    38 make -C disk-utils mkswap</userinput></screen>
     37<screen os="e"><userinput>make</userinput></screen>
    3938
    4039    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    4241    xpointer="xpointer(//*[@os='g'])"/>
    4342
    44 <screen os="h"><userinput>cp -v mount/{,u}mount text-utils/more disk-utils/mkswap /tools/bin</userinput></screen>
     43<screen os="h"><userinput>make install</userinput></screen>
    4544
    4645  </sect2>
Note: See TracChangeset for help on using the changeset viewer.