Changeset 9597c5a for BOOK/boot/ppc64
- Timestamp:
- May 18, 2014, 8:25:27 PM (11 years ago)
- Branches:
- clfs-3.0.0-sysvinit, sysvinit
- Children:
- 5a951e7
- Parents:
- e8f3474
- git-author:
- Chris Staub <chris@…> (05/18/14 20:23:56)
- git-committer:
- Chris Staub <chris@…> (05/18/14 20:25:27)
- Location:
- BOOK/boot/ppc64
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/ppc64/e2fsprogs-libs.xml
re8f3474 r9597c5a 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
re8f3474 r9597c5a 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.