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