| 123456789101112131415161718192021 | <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 		--bindir=$LFS/bin &&</userinput>	<userinput>unset CPPFLAGS &&</userinput>	<userinput>make LDFLAGS=-static &&</userinput>	<userinput>make install</userinput></literallayout></blockquote></sect2>
 |