mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
minor fixes.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11167 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
90d2c306fb
commit
6c64623fb0
@ -126,6 +126,7 @@
|
||||
<screen><userinput>cd unix &&
|
||||
./configure --prefix=/usr \
|
||||
--mandir=/usr/share/man \
|
||||
--without-tzdata \
|
||||
$([ $(uname -m) = x86_64 ] && echo --enable-64bit) &&
|
||||
make &&
|
||||
|
||||
@ -160,6 +161,12 @@ cp -v -r ../html/* /usr/share/doc/tcl-&tcl-version;</userinput></screen>
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para>
|
||||
<option>--without-tzdata</option>: This switch prevents installation
|
||||
of the shipped timezone data which are older than the ones provided
|
||||
in LFS.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<parameter>$([ $(uname -m) = x86_64 ] && echo
|
||||
--enable-64bit)</parameter>: This switch is used to enable 64 bit
|
||||
|
@ -5,7 +5,7 @@
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY fluxbox-download-http "&sourceforge-repo;/fluxbox/fluxbox-&fluxbox-version;.tar.bz2">
|
||||
<!ENTITY fluxbox-download-ftp "&gentoo-ftp-repo;/fluxbox-&fluxbox-version;.tar.">
|
||||
<!ENTITY fluxbox-download-ftp "&gentoo-ftp-repo;/fluxbox-&fluxbox-version;.tar.bz2">
|
||||
<!ENTITY fluxbox-md5sum "f95b0bdb9ee41bfac124bd0fc601f248">
|
||||
<!ENTITY fluxbox-size "776 KB">
|
||||
<!ENTITY fluxbox-buildsize "135 MB">
|
||||
|
@ -36,7 +36,7 @@
|
||||
<application>Mozilla</application> codebase.
|
||||
</para>
|
||||
|
||||
&lfs72_checked;
|
||||
&lfs73_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
@ -104,6 +104,7 @@
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="curl"/>,
|
||||
<xref linkend="dbus-glib"/>,
|
||||
<xref linkend="doxygen"/>,
|
||||
<xref linkend="gnome-vfs"/> and <xref linkend="libgnomeui"/>
|
||||
|
@ -37,7 +37,7 @@
|
||||
Gecko rendering engine to enable it to display and compose HTML emails.
|
||||
</para>
|
||||
|
||||
&lfs72_checked;
|
||||
&lfs73_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
@ -105,6 +105,7 @@
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="curl"/>,
|
||||
<xref linkend="dbus-glib"/>,
|
||||
<xref linkend="doxygen"/>,
|
||||
<xref linkend="gnome-vfs"/> and <xref linkend="libgnomeui"/>
|
||||
|
Loading…
Reference in New Issue
Block a user