Ignore:
Timestamp:
Jun 4, 2011, 8:30:53 AM (13 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
229ed25
Parents:
cfb2026a (diff), 622df7bc (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' into systemd

Location:
BOOK/boot/multilib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/multilib/e2fsprogs.xml

    rcfb2026a rec008670  
    4141    xpointer="xpointer(//*[@os='c'])"/>
    4242
    43 <screen os="aa"><userinput>LDFLAGS="-Wl,-rpath-link,/tools/lib64" \
    44   CC="${CC} ${BUILD64}" PKG_CONFIG=true \
    45     ../configure --prefix=/tools --enable-elf-shlibs \
     43<screen os="aa"><userinput>CC="${CC} ${BUILD64}" PKG_CONFIG=true \
     44  ../configure --prefix=/tools --enable-elf-shlibs \
    4645    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    4746    --disable-libblkid --disable-libuuid --disable-fsck \
  • BOOK/boot/multilib/util-linux.xml

    rcfb2026a rec008670  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen os="be"><userinput>CC="${CC} ${BUILD64}" ./configure --build=${CLFS_HOST} \
    30     --host=${CLFS_TARGET} --libdir=/lib64 --enable-login-utils \
     29<screen os="be"><userinput>CC="${CC} ${BUILD64}" PKG_CONFIG=true \
     30  ./configure \
     31    --prefix=/tools --exec-prefix=/tools \
     32    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     33    --libdir=/tools/lib64 --enable-login-utils \
    3134    --disable-makeinstall-chown</userinput></screen>
    3235
     
    4750    xpointer="xpointer(//*[@os='h'])"/>
    4851
    49     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    50     href="../common/util-linux.xml"
    51     xpointer="xpointer(//*[@os='i'])"/>
    52 
    53 <screen os="j"><userinput>rm -fv ${CLFS}/usr/lib64/lib{blkid,uuid}.la
    54 cp -v ${CLFS}/usr/lib64/lib{blkid,uuid}* /tools/lib64
    55 cp -v ${CLFS}/lib64/lib{blkid,uuid}* /tools/lib64
    56 ln -sfv libblkid.so.&util-linux-blkid-id; /tools/lib64/libblkid.so
    57 ln -sfv libuuid.so.&util-linux-uuid-id; /tools/lib64/libuuid.so
    58 install -dv /tools/include/{blkid,uuid}
    59 cp -av ${CLFS}/usr/include/blkid/* /tools/include/blkid/
    60 cp -av ${CLFS}/usr/include/uuid/* /tools/include/uuid/</userinput></screen>
    61 
    6252  </sect2>
    6353
Note: See TracChangeset for help on using the changeset viewer.