aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter05/chapter05.xml1
-rw-r--r--chapter05/patch-inst.xml16
-rw-r--r--chapter05/patch.xml8
-rw-r--r--index.xml2
4 files changed, 27 insertions, 0 deletions
diff --git a/chapter05/chapter05.xml b/chapter05/chapter05.xml
index cf255efe1..1ee9be3b1 100644
--- a/chapter05/chapter05.xml
+++ b/chapter05/chapter05.xml
@@ -19,6 +19,7 @@
&c5-textutils;
&c5-mawk;
&c5-texinfo;
+&c5-patch;
&c5-pwdgroup;
&c5-oldnsslib;
&c5-proc;
diff --git a/chapter05/patch-inst.xml b/chapter05/patch-inst.xml
new file mode 100644
index 000000000..765f0ae9c
--- /dev/null
+++ b/chapter05/patch-inst.xml
@@ -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
+ &amp;&amp;</userinput>
+ <userinput>make LDFLAGS=-static &amp;&amp;</userinput>
+ <userinput>make install</userinput>
+</literallayout></blockquote>
+
+</sect2>
+
diff --git a/chapter05/patch.xml b/chapter05/patch.xml
new file mode 100644
index 000000000..d2f3f4436
--- /dev/null
+++ b/chapter05/patch.xml
@@ -0,0 +1,8 @@
+<sect1 id="ch05-patch">
+<title>Installing Patch</title>
+
+&c5-patch-inst;
+&aa-patch-desc;
+
+</sect1>
+
diff --git a/index.xml b/index.xml
index 52b41e039..065f768c8 100644
--- a/index.xml
+++ b/index.xml
@@ -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">