diff options
Diffstat (limited to 'chapter05/fileutils-inst.xml')
-rw-r--r-- | chapter05/fileutils-inst.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/chapter05/fileutils-inst.xml b/chapter05/fileutils-inst.xml index 29121fec8..1cfb30977 100644 --- a/chapter05/fileutils-inst.xml +++ b/chapter05/fileutils-inst.xml @@ -28,11 +28,9 @@ sed -e 's/\(.*\)\(fopen-safer\.c \)\\/\1\2atexit.c \\/' \ <para>Install Fileutils by running the following commands:</para> -<para><screen><userinput>./configure --disable-nls \ - --prefix=$LFS/usr --bindir=$LFS/bin && +<para><screen><userinput>./configure --disable-nls --prefix=$LFS/static && make LDFLAGS=-static && -make install && -ln -sf ../../bin/install $LFS/usr/bin</userinput></screen></para> +make install</userinput></screen></para> <para>Once you have installed Fileutils, you can test whether the segmentation fault problem has been avoided by running |