diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-05-10 00:08:03 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-05-10 00:08:03 +0000 |
commit | a3f60e1edeb9bf38678e8f566ef84cfd7e7a5deb (patch) | |
tree | 4fa2a485d7e044e99e6be882b48131e5d034fc78 /chapter05/patch-inst.xml | |
parent | 7af90e0fb07d6572b7f3bdfdad556ee97d8ecee3 (diff) |
Added static patch to chapter 5
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@608 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/patch-inst.xml')
-rw-r--r-- | chapter05/patch-inst.xml | 16 |
1 files changed, 16 insertions, 0 deletions
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 + &&</userinput> + <userinput>make LDFLAGS=-static &&</userinput> + <userinput>make install</userinput> +</literallayout></blockquote> + +</sect2> + |