|
@@ -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>
|