From 673b0d84ba9591e07c0bdf0ee49d92eba10f502c Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Mon, 3 May 2004 10:59:46 +0000 Subject: * Merged newxml into HEAD git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3435 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/util-linux.xml | 55 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 chapter05/util-linux.xml (limited to 'chapter05/util-linux.xml') diff --git a/chapter05/util-linux.xml b/chapter05/util-linux.xml new file mode 100644 index 000000000..d5007d79a --- /dev/null +++ b/chapter05/util-linux.xml @@ -0,0 +1,55 @@ + + + %general-entities; +]> + +Util-linux-&util-linux-version; + + + +Util-linux +tools + + + +&buildtime; 0.2 SBU +&diskspace; 16 MB + + + + + +Installation of Util-linux + +Util-linux doesn't use the freshly installed headers and libraries +from the /tools directory. This is fixed by altering the configure +script: + +cp configure configure.backup +sed "s@/usr/include@/tools/include@g" configure.backup > configure + +Prepare Util-linux for compilation: + +./configure + +Compile some support routines: + +make -C lib + +Since you'll only need a couple of the utilities contained in +this package, build just those: + +make -C mount mount umount +make -C text-utils more + +Now copy these programs to the temporary tools directory: + +cp mount/{,u}mount text-utils/more /tools/bin + + + + +The details on this package are found in . + + -- cgit v1.2.3-54-g00ecf