mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-17 09:45:10 +01:00
added --disable-nls to diffutils install
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1792 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
aa3b569bfb
commit
6f23ae92a1
@ -16,7 +16,7 @@ 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 &&
|
||||
<para><screen><userinput>./configure --prefix=$LFS/usr --disable-nls &&
|
||||
make LDFLAGS=-static &&
|
||||
make install</userinput></screen></para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user