- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/multilib/util-linux.xml
r7782c77 rdabbced 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 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 \ 29 <screen os="be"><userinput>CC="${CC} ${BUILD64}" ./configure --build=${CLFS_HOST} \ 30 --host=${CLFS_TARGET} --libdir=/lib64 --enable-login-utils \ 34 31 --disable-makeinstall-chown</userinput></screen> 35 32 … … 50 47 xpointer="xpointer(//*[@os='h'])"/> 51 48 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 52 62 </sect2> 53 63
Note:
See TracChangeset
for help on using the changeset viewer.