dcavalca / rpms / util-linux

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