Changeset 6c19f5e for BOOK/boot/ppc64
- Timestamp:
- May 18, 2014, 8:23:56 PM (11 years ago)
- Branches:
- clfs-3.0.0-systemd, master, systemd
- Children:
- f319d64
- Parents:
- 6eb13f4
- Location:
- BOOK/boot/ppc64
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/ppc64/e2fsprogs-libs.xml
r6eb13f4 r6c19f5e 46 46 xpointer="xpointer(//*[@os='c'])"/> 47 47 48 <screen os="aa"><userinput>CC="${CC} ${BUILD32}" PKG_CONFIG=true\48 <screen os="aa"><userinput>CC="${CC} ${BUILD32}" \ 49 49 ../configure --prefix=/tools --enable-elf-shlibs \ 50 50 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ … … 60 60 xpointer="xpointer(//*[@os='f'])"/> 61 61 62 <screen os="g"><userinput>make LIBUUID="-luuid" STATIC_LIBUUID="-luuid" \ 63 LIBBLKID="-lblkid" STATIC_LIBBLKID="-lblkid" libs</userinput></screen> 62 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 63 href="../common/e2fsprogs.xml" 64 xpointer="xpointer(//*[@os='g'])"/> 64 65 65 66 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/boot/ppc64/e2fsprogs.xml
r6eb13f4 r6c19f5e 54 54 xpointer="xpointer(//*[@os='c'])"/> 55 55 56 <screen os="aa"><userinput>CC="${CC} ${BUILD64}" PKG_CONFIG=true\56 <screen os="aa"><userinput>CC="${CC} ${BUILD64}" \ 57 57 ../configure --prefix=/tools --enable-elf-shlibs \ 58 58 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ … … 68 68 xpointer="xpointer(//*[@os='f'])"/> 69 69 70 <screen os="g"><userinput>make LIBUUID="-luuid" STATIC_LIBUUID="-luuid" \ 71 LIBBLKID="-lblkid" STATIC_LIBBLKID="-lblkid" libs 72 make LIBUUID="-luuid" STATIC_LIBUUID="-luuid" LIBBLKID="-lblkid" \ 73 STATIC_LIBBLKID="-lblkid" LDFLAGS="-Wl,-rpath,/tools/lib64" -C e2fsck/</userinput></screen> 70 <screen os="g"><userinput>make libs 71 make -C e2fsck/</userinput></screen> 74 72 75 73 <para os="i">Install the e2fsck binary:</para>
Note:
See TracChangeset
for help on using the changeset viewer.