diff options
Diffstat (limited to 'chapter06/util-linux.xml')
-rw-r--r-- | chapter06/util-linux.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml index 4c1ecf2db..37ca200d9 100644 --- a/chapter06/util-linux.xml +++ b/chapter06/util-linux.xml @@ -43,12 +43,6 @@ mkdir -p /var/lib/hwclock</userinput></screen> <sect2 role="installation"> <title>Installation of Util-linux</title> -<para>GCC-&gcc-version; miscompiles <command>sfdisk</command> if the -default optimisation level is used. The following patch prevents the -problematic optimisation pass from being used.</para> - -<screen><userinput>patch -Np1 -i ../util-linux-&util-linux-version;-sfdisk-2.patch</userinput></screen> - <para>Prepare Util-linux for compilation:</para> <screen><userinput>./configure</userinput></screen> |