mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 21:49:13 +00:00
17 lines
340 B
XML
17 lines
340 B
XML
|
<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>
|
||
|
|