default_pre_build  &&
cd "${SOURCE_DIRECTORY}"  &&
# From http://www.linuxfromscratch.org/blfs/view/6.3/basicnet/tcpwrappers.html
patch -Np1 < "${SCRIPT_DIRECTORY}/tcp_wrappers-7.6-shared_lib_plus_plus-1.patch"  &&
sedit "s,^extern char \*malloc();,/* & */," scaffold.c  &&

# Fix compiling against GLIBC 2.32+
sedit 's/-DHAVE_WEAKSYMS/& -DHAVE_STRERROR/' Makefile
