diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-09-20 08:51:31 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-09-20 08:51:31 +0000 |
commit | 22d95f830d40ba881ada1869595d2cce5c762246 (patch) | |
tree | 40fec0bcaaac2250bfb48815b44d5f7cad054451 /chapter06 | |
parent | 3879ebc975aacd894f9d55b6f0a352c8ef260a1f (diff) |
Upgraded unstable to Util-Linux-2.12d, changed from sed fix to patch for the sfdisk problem
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4179 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/util-linux.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml index a9ffdf088..7e1da38a5 100644 --- a/chapter06/util-linux.xml +++ b/chapter06/util-linux.xml @@ -47,7 +47,7 @@ mkdir -p /var/lib/hwclock</userinput></screen> default optimisation level is used. The following command prevents the problematic optimisation pass from being used.</para> -<screen><userinput>sed -i -e 's%^include ../MCONFIG%&\n\nCFLAGS:=$(CFLAGS) -fno-unit-at-a-time%' fdisk/Makefile</userinput></screen> +<screen><userinput>patch -Np1 -i ../util-linux-&util-linux-version;-sfdisk-1.patch</userinput></screen> <para>Prepare Util-linux for compilation:</para> |