diff options
author | Marc Heerdink <gimli@linuxfromscratch.org> | 2001-12-10 13:42:42 +0000 |
---|---|---|
committer | Marc Heerdink <gimli@linuxfromscratch.org> | 2001-12-10 13:42:42 +0000 |
commit | 8ac74394772c35626799ce34100df0decdb7fc04 (patch) | |
tree | e17becb54665a714f617762dcff471a170379631 /chapter05/diffutils-inst.xml | |
parent | 7fe22dd2e62ed9fbb30e6c56d7c970803d026909 (diff) |
Bug 235
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1368 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/diffutils-inst.xml')
-rw-r--r-- | chapter05/diffutils-inst.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/diffutils-inst.xml b/chapter05/diffutils-inst.xml index d0266cf73..f8b9e1521 100644 --- a/chapter05/diffutils-inst.xml +++ b/chapter05/diffutils-inst.xml @@ -10,14 +10,14 @@ use the first version.</para> <para><screen><userinput>export CPPFLAGS=-Dre_max_failures=re_max_failures2 && ./configure --prefix=$LFS/usr && unset CPPFLAGS && -make LDFLAGS=-static && +make LDFLAGS=-static PR_PROGRAM=/usr/bin/pr && make install</userinput></screen></para> <para>If you are using a newer glibc version (2.2.x), you can use the following commands to install Diffutils:</para> <para><screen><userinput>./configure --prefix=$LFS/usr && -make LDFLAGS=-static && +make LDFLAGS=-static PR_PROGRAM=/usr/bin/pr && make install</userinput></screen></para> </sect2> |