#!/bin/bash set -e sed -i 's/IO_ftrylockfile/IO_EOF_SEEN/' lib/*.c && echo "#define _IO_IN_BACKUP 0x100" >> lib/stdio-impl.h && export CFLAGS="-Wabi=11 -fpermissive" sed '/^HELP2MAN/s/$/ --no-discard-stderr/' -i doc/Makefile.in ./configure --prefix=/usr \ --host="${LFS_TGT}" \ --build="$(build-aux/config.guess)" && make && make DESTDIR="${LFS}" -j1 install