Changeset 271d1f96 for BOOK/boot/multilib/util-linux.xml
- Timestamp:
- Jun 4, 2011, 8:28:21 AM (13 years ago)
- Children:
- 193eb68
- Parents:
- 0230c0a (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/multilib/util-linux.xml
r0230c0a r271d1f96 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 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 \ 31 34 --disable-makeinstall-chown</userinput></screen> 32 35 … … 47 50 xpointer="xpointer(//*[@os='h'])"/> 48 51 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}.la54 cp -v ${CLFS}/usr/lib64/lib{blkid,uuid}* /tools/lib6455 cp -v ${CLFS}/lib64/lib{blkid,uuid}* /tools/lib6456 ln -sfv libblkid.so.&util-linux-blkid-id; /tools/lib64/libblkid.so57 ln -sfv libuuid.so.&util-linux-uuid-id; /tools/lib64/libuuid.so58 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 62 52 </sect2> 63 53
Note:
See TracChangeset
for help on using the changeset viewer.