mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
Added static patch to chapter 5
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@608 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
7af90e0fb0
commit
a3f60e1ede
@ -19,6 +19,7 @@
|
||||
&c5-textutils;
|
||||
&c5-mawk;
|
||||
&c5-texinfo;
|
||||
&c5-patch;
|
||||
&c5-pwdgroup;
|
||||
&c5-oldnsslib;
|
||||
&c5-proc;
|
||||
|
16
chapter05/patch-inst.xml
Normal file
16
chapter05/patch-inst.xml
Normal file
@ -0,0 +1,16 @@
|
||||
<sect2>
|
||||
<title>Installation of Patch</title>
|
||||
|
||||
<para>
|
||||
Install Make by running the following commands:
|
||||
</para>
|
||||
|
||||
<blockquote><literallayout>
|
||||
<userinput>./configure --prefix=$LFS/usr
|
||||
&&</userinput>
|
||||
<userinput>make LDFLAGS=-static &&</userinput>
|
||||
<userinput>make install</userinput>
|
||||
</literallayout></blockquote>
|
||||
|
||||
</sect2>
|
||||
|
8
chapter05/patch.xml
Normal file
8
chapter05/patch.xml
Normal file
@ -0,0 +1,8 @@
|
||||
<sect1 id="ch05-patch">
|
||||
<title>Installing Patch</title>
|
||||
|
||||
&c5-patch-inst;
|
||||
&aa-patch-desc;
|
||||
|
||||
</sect1>
|
||||
|
@ -177,6 +177,8 @@
|
||||
<!ENTITY c5-mawk-inst SYSTEM "intel/chapter5/mawk-inst.xml">
|
||||
<!ENTITY c5-texinfo SYSTEM "intel/chapter5/texinfo.xml">
|
||||
<!ENTITY c5-texinfo-inst SYSTEM "intel/chapter5/texinfo-inst.xml">
|
||||
<!ENTITY c5-patch SYSTEM "intel/chapter5/patch.xml">
|
||||
<!ENTITY c5-patch-inst SYSTEM "intel/chapter5/patch-inst.xml">
|
||||
<!ENTITY c5-pwdgroup SYSTEM "intel/chapter5/pwdgroup.xml">
|
||||
<!ENTITY c5-oldnsslib SYSTEM "intel/chapter5/oldnsslib.xml">
|
||||
<!ENTITY c5-proc SYSTEM "intel/chapter5/proc.xml">
|
||||
|
Loading…
Reference in New Issue
Block a user