Installation of Sed
Prepare Sed to be compiled:
CPPFLAGS=-Dre_max_failures=re_max_failures2 \
LDFLAGS="-static" ./configure --prefix=$LFS/static --disable-nls
Continue with installing the package:
make
And finish off installing the package:
make install