mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 11:21:59 +00:00
Fixed minor typos in the instructions, and corrected the download URL for util-linux.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2760 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
56029fbfe4
commit
fbb00ac78a
@ -200,7 +200,7 @@ Texinfo (&texinfo-version;) - &texinfo-size;:
|
||||
<ulink url="http://freshmeat.net/projects/texinfo/"/>
|
||||
|
||||
Util-linux (&util-linux-version;) - &util-linux-size;:
|
||||
<ulink url="http://ftp.cwi.nl/aeb/util-linux/"/>
|
||||
<ulink url="http://freshmeat.net/projects/util-linux/"/>
|
||||
|
||||
Vim (&vim-version;) - &vim-size;:
|
||||
<ulink url="http://freshmeat.net/projects/vim/"/>
|
||||
|
@ -105,11 +105,11 @@ those locales which you need or want. This can be achieved by using the
|
||||
found in the <filename>INSTALL</filename> file in the
|
||||
<filename>glibc-&glibc-version;</filename> tree. However, there are a
|
||||
number of locales that are essential for the tests of future packages
|
||||
to pass correctly. The following instructions, in place of the
|
||||
install-locales command above, will install the minimum set of locales
|
||||
necessary for the tests to run successfully:</para>
|
||||
to pass correctly, in particular, the libstdc++ tests from GCC. The following
|
||||
instructions, in place of the install-locales command above, will install
|
||||
the minimum set of locales necessary for the tests to run successfully:</para>
|
||||
|
||||
<para><screen><userinput>mkdir -p /stage1/lib/locale
|
||||
<para><screen><userinput>mkdir -p /tools/lib/locale
|
||||
localedef -i de_DE -f ISO-8859-1 de_DE
|
||||
localedef -i de_DE@euro -f ISO-8859-15 de_DE@euro
|
||||
localedef -i en_HK -f ISO-8859-1 en_HK
|
||||
|
@ -14,7 +14,7 @@ so by applying this patch:</para>
|
||||
<para><screen><userinput>./configure --prefix=/usr --shared</userinput></screen></para>
|
||||
|
||||
<para>Note: Zlib is known to build it's shared library incorrectly
|
||||
if a CFLAGS is specified in the enviornment. If you are using your
|
||||
if a CFLAGS is specified in the environment. If you are using your
|
||||
own CFLAGS variables, ensure you add the <emphasis role="strong">-fPIC</emphasis>
|
||||
directive during this stage, and remove it after.</para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user