From 68ed9a53ee27f2e693c958931bb499f20bdf4dff Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Tue, 4 Feb 2003 05:50:41 +0000 Subject: [PATCH] removed URL - invalid git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2426 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/fileutils-inst.xml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/chapter05/fileutils-inst.xml b/chapter05/fileutils-inst.xml index 93768f8f8..6103a1e62 100644 --- a/chapter05/fileutils-inst.xml +++ b/chapter05/fileutils-inst.xml @@ -3,13 +3,11 @@ Installation of Fileutils -There is a documented (see -) -bug with the atexit() function in glibc-2.2.3 when it is compiled with -gcc-2.95.3. This bug only occurs on some systems (primarily AMD, but not -exclusively). This bug causes segmentation faults in fileutils-4.1 when it -is compiled statically. This patch causes on_exit() to be called instead of -atexit(). +There is a documented bug with the atexit() function in glibc-2.2.3 +when it is compiled with gcc-2.95.3. This bug only occurs on some systems +(primarily AMD, but not exclusively). This bug causes segmentation faults +in fileutils-4.1 when it is compiled statically. This patch causes +on_exit() to be called instead of atexit(). Note that in some cases using this patch will result in not being able to compile this package at all, even when your system has an AMD CPU