mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
PPP, GCC and Tripwire fixes
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1335 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
c0963a4cba
commit
ff42aadfca
@ -21,8 +21,9 @@ url="&ppp-download-ftp;"/></para></listitem>
|
|||||||
|
|
||||||
<sect3><title>Additional downloads</title>
|
<sect3><title>Additional downloads</title>
|
||||||
<itemizedlist spacing='compact'>
|
<itemizedlist spacing='compact'>
|
||||||
<listitem><para>Required patch if you plan on using
|
<listitem><para>Required patch if you plan on using <xref linkend="pppoe"/>
|
||||||
demand dialing or kernel mode <xref linkend="pppoe"/>:
|
with demand dialing or kernel mode
|
||||||
|
<application><acronym>PPPoE</acronym></application>
|
||||||
<ulink url="&patch-root;/ppp-2.4.1-pppoe-5.patch"/></para></listitem>
|
<ulink url="&patch-root;/ppp-2.4.1-pppoe-5.patch"/></para></listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</sect3>
|
</sect3>
|
||||||
|
@ -9,7 +9,8 @@
|
|||||||
<sect2><title>Return to Installation of <application><acronym>GCC</acronym></application></title>
|
<sect2><title>Return to Installation of <application><acronym>GCC</acronym></application></title>
|
||||||
|
|
||||||
<para>Patch the source files with the following command:</para>
|
<para>Patch the source files with the following command:</para>
|
||||||
<screen><userinput><command>patch -Np1 -i ../gcc-3.3.1-no_fixincludes-2.patch</command></userinput></screen>
|
<screen><userinput><command>patch -Np1 -i ../gcc-3.3.1-no_fixincludes-2.patch &&
|
||||||
|
patch -Np1 -i ../gcc-3.3.1-suppress-libiberty.patch</command></userinput></screen>
|
||||||
|
|
||||||
<para>Install <application><acronym>GCC</acronym></application> by running the
|
<para>Install <application><acronym>GCC</acronym></application> by running the
|
||||||
following commands:</para>
|
following commands:</para>
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
<sect2>
|
<sect2>
|
||||||
<title>Command explanations</title>
|
<title>Command explanations</title>
|
||||||
|
|
||||||
<para><screen><command>export PATH_HOLD=$PATH &&
|
<para><screen><command>export PATH_HOLD=$PATH &&
|
||||||
export PATH=/opt/gcc-2.95.3/bin:$PATH &&</command></screen>These
|
export PATH=/opt/gcc-2.95.3/bin:$PATH</command></screen>These
|
||||||
instructions save the current <envar>PATH</envar> and then places
|
instructions save the current <envar>PATH</envar> and then places
|
||||||
<application><acronym>GCC</acronym>-2.95.3</application> at the head of
|
<application><acronym>GCC</acronym>-2.95.3</application> at the head of
|
||||||
the path. This is done because <application>Tripwire</application> will
|
the path. This is done because <application>Tripwire</application> will
|
||||||
|
Loading…
Reference in New Issue
Block a user