diff options
Diffstat (limited to 'chapter05/diffutils-inst.xml')
-rw-r--r-- | chapter05/diffutils-inst.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter05/diffutils-inst.xml b/chapter05/diffutils-inst.xml index 60874c3f9..e3e6a6a95 100644 --- a/chapter05/diffutils-inst.xml +++ b/chapter05/diffutils-inst.xml @@ -9,8 +9,7 @@ Install Diffutils by running the following commands: <userinput>export CPPFLAGS=-Dre_max_failures=re_max_failures2 &&</userinput> - <userinput>./configure --prefix=$LFS/usr --disable-nls - &&</userinput> + <userinput>./configure --prefix=$LFS/usr &&</userinput> <userinput>unset CPPFLAGS &&</userinput> <userinput>make LDFLAGS=-static &&</userinput> <userinput>make install</userinput> |