mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 03:11:57 +00:00
Added the fileutils-4.0 patch which is needed to compile fileutils on
glibc-2.2.x based systems (like the upcoming LFS-3.0) git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@32 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
c37b086432
commit
bc90f9eaee
@ -5,6 +5,7 @@
|
||||
&ac-bzip2;
|
||||
&ac-diffutils;
|
||||
&ac-fileutils;
|
||||
&ac-fileutils-patch;
|
||||
&ac-gcc;
|
||||
&ac-kernel;
|
||||
&ac-glibc;
|
||||
|
@ -7,6 +7,7 @@
|
||||
&c3-pg-bzip2;
|
||||
&c3-pg-diffutils;
|
||||
&c3-pg-fileutils;
|
||||
&c3-pg-fileutils-patch;
|
||||
&c3-pg-gcc;
|
||||
&c3-pg-kernel;
|
||||
&c3-pg-glibc;
|
||||
|
@ -7,6 +7,8 @@ Install Fileutils by running the following commands:
|
||||
|
||||
<blockquote><literallayout>
|
||||
|
||||
<userinput>patch -Np1 -i ../fileutils-4.0.patch
|
||||
&&</userinput>
|
||||
<userinput>./configure --disable-nls \</userinput>
|
||||
<userinput>--prefix=$LFS/usr --libexecdir=$LFS/bin
|
||||
--bindir=$LFS/bin &&</userinput>
|
||||
|
@ -7,6 +7,8 @@ Install Fileutils by running the following commands:
|
||||
|
||||
<blockquote><literallayout>
|
||||
|
||||
<userinput>patch -Np1 -i ../fileutils-4.0.patch
|
||||
&&</userinput>
|
||||
<userinput>./configure --prefix=/usr --bindir=/bin \</userinput>
|
||||
<userinput> --libexecdir=/usr/bin
|
||||
&&</userinput>
|
||||
|
Loading…
Reference in New Issue
Block a user