|
@@ -8,7 +8,7 @@ can also be used for other glibc versions so if you aren't sure, then
|
|
use the first version.</para>
|
|
use the first version.</para>
|
|
|
|
|
|
<para><screen><userinput>export CPPFLAGS=-Dre_max_failures=re_max_failures2 &&
|
|
<para><screen><userinput>export CPPFLAGS=-Dre_max_failures=re_max_failures2 &&
|
|
-./configure --prefix=$LFS/usr --disable-nls &&
|
|
|
|
|
|
+./configure --prefix=$LFS/usr --disable-nls --bindir=$LFS/bin &&
|
|
unset CPPFLAGS &&
|
|
unset CPPFLAGS &&
|
|
make LDFLAGS=-static &&
|
|
make LDFLAGS=-static &&
|
|
make install</userinput></screen></para>
|
|
make install</userinput></screen></para>
|
|
@@ -16,7 +16,8 @@ make install</userinput></screen></para>
|
|
<para>If you are using a newer glibc version (2.2.x), you can use the
|
|
<para>If you are using a newer glibc version (2.2.x), you can use the
|
|
following commands to install Grep:</para>
|
|
following commands to install Grep:</para>
|
|
|
|
|
|
-<para><screen><userinput>./configure --prefix=$LFS/usr --disable-nls &&
|
|
|
|
|
|
+<para><screen><userinput>./configure --prefix=$LFS/usr --disable-nls \
|
|
|
|
+ --bindir=$LFS/bin &&
|
|
make LDFLAGS=-static &&
|
|
make LDFLAGS=-static &&
|
|
make install</userinput></screen></para>
|
|
make install</userinput></screen></para>
|
|
|
|
|