mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 21:49:13 +00:00
22 lines
509 B
Plaintext
22 lines
509 B
Plaintext
|
<sect2>
|
||
|
<title>Installation of Sed</title>
|
||
|
|
||
|
<para>
|
||
|
Install Sed by running the following commands:
|
||
|
</para>
|
||
|
|
||
|
<blockquote><literallayout>
|
||
|
|
||
|
<userinput>export CPPFLAGS=-Dre_max_failures=re_max_failures2
|
||
|
&&</userinput>
|
||
|
<userinput>./configure --prefix=$LFS/usr
|
||
|
--disable-nls --bindir=$LFS/bin &&</userinput>
|
||
|
<userinput>unset CPPFLAGS &&</userinput>
|
||
|
<userinput>make LDFLAGS=-static &&</userinput>
|
||
|
<userinput>make install</userinput>
|
||
|
|
||
|
</literallayout></blockquote>
|
||
|
|
||
|
</sect2>
|
||
|
|