Changeset a4d251f for BOOK/final-system/common
- Timestamp:
- Jan 30, 2011, 1:26:37 PM (14 years ago)
- Branches:
- clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- fff5cb5
- Parents:
- 2572b8e (diff), 27931b9 (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. - Location:
- BOOK/final-system/common
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/e2fsprogs.xml
r2572b8e ra4d251f 37 37 <para os="c">Prepare E2fsprogs for compilation:</para> 38 38 39 <screen os="d"><userinput> PKG_CONFIG=true../configure --prefix=/usr --with-root-prefix="" \39 <screen os="d"><userinput>../configure --prefix=/usr --with-root-prefix="" \ 40 40 --enable-elf-shlibs --disable-libblkid \ 41 41 --disable-libuuid --disable-fsck \ … … 71 71 <para os="f">Compile the package:</para> 72 72 73 <screen os="g"><userinput>make LIBUUID="-luuid" STATIC_LIBUUID="-luuid" \ 74 LIBBLKID="-lblkid" STATIC_LIBBLKID="-lblkid"</userinput></screen> 73 <screen os="g"><userinput>make</userinput></screen> 75 74 76 75 <para os="h">To test the results, issue:
Note:
See TracChangeset
for help on using the changeset viewer.