mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
removed --disable-nls from m4
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@384 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
c91b5799cd
commit
db85d5983f
@ -28,11 +28,6 @@ longer is the only used file system. Reiserfs, for example, is often used
|
||||
too now.
|
||||
</para></listitem>
|
||||
|
||||
<listitem><para>
|
||||
Chapter 5: Removed --disable-nls from configuration of programs that don't
|
||||
need it (bash, diffutils, gzip, sed).
|
||||
</para></listitem>
|
||||
|
||||
<listitem><para>
|
||||
Chapter 5: Added static mawk, texinfo, and partially gettext to faciliate
|
||||
the move of Glibc from Chapter 5 to Chapter 6.
|
||||
@ -69,6 +64,11 @@ the fileutils package on Glibc-2.2 based systems (such as the upcoming
|
||||
LFS-3.0 system).
|
||||
</para></listitem>
|
||||
|
||||
<listitem><para>
|
||||
Chapter 5+6: Removed --disable-nls from configuration of programs that don't
|
||||
need it (bash, diffutils, gzip, sed, m4).
|
||||
</para></listitem>
|
||||
|
||||
<listitem><para>
|
||||
Chapter 5+6: Changed from "cd dir && make" to "make -C dir"
|
||||
(gettext-static, sysvinit).
|
||||
|
@ -35,7 +35,7 @@ commands:
|
||||
|
||||
<userinput>logout</userinput>
|
||||
<userinput>cd $LFS/usr/src/m4-1.4</userinput>
|
||||
<userinput>./configure --prefix=/usr --disable-nls</userinput>
|
||||
<userinput>./configure --prefix=/usr</userinput>
|
||||
<userinput>make LDFLAGS=-static</userinput>
|
||||
<userinput>make prefix=$LFS/usr install</userinput>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user