673c78
srpm util-linux
673c78
mcd $BUILDDIR/$1
673c78
cat <<EOF > config.cache
673c78
ax_cv_have_tls=yes
673c78
scanf_cv_alloc_modifier=ms
673c78
EOF
673c78
$SRC/${1}-*/configure $TCONFIGARGS --without-ncurses --without-tinfo \
673c78
   --prefix=/usr --libexecdir=/usr/lib${SUFFIX} --libdir=/usr/lib${SUFFIX} \
673c78
   --disable-wall --cache-file=config.cache --without-python --without-systemd
673c78
notparallel
673c78
make $J V=1
673c78
make $J install DESTDIR=${ROOTFS}