--with-curses \
--without-gnu-malloc \
${myconf} || die
# need this to compile with CFLAGS="-pie" on amd64
# does not apply to all archs, as specific library is static
if [ ${ARCH} = "amd64" ]; then
is-flag -pie && CFLAGS_FOR_BUILD="-g -fPIC"
fi
make || die
}