build_autotools_update_base
build_autotools_configure

abinfo "Building binaries ..."
make V=1 VERBOSE=1 \
	-C "$BLDDIR" \
	$ABMK \
	"${MAKE_AFTER[@]}"

# FIXME: Parallel building is broken for this target
abinfo "Installing binaries ..."
make V=1 VERBOSE=1 -j1 \
	-C "$BLDDIR" \
	DESTDIR="$PKGDIR" \
	$ABMK \
	"${MAKE_AFTER[@]}" \
	soinstall
