2015-06-15 15:11:18 +00:00
|
|
|
srpm util-linux
|
|
|
|
mcd $BUILDDIR/$1
|
|
|
|
cat <<EOF > config.cache
|
|
|
|
ax_cv_have_tls=yes
|
|
|
|
scanf_cv_alloc_modifier=ms
|
|
|
|
EOF
|
2015-06-30 13:04:59 +00:00
|
|
|
$SRC/${1}-*/configure $TCONFIGARGS --without-ncurses --without-tinfo \
|
2015-06-15 15:11:18 +00:00
|
|
|
--prefix=/usr --libexecdir=/usr/lib${SUFFIX} --libdir=/usr/lib${SUFFIX} \
|
|
|
|
--disable-wall --cache-file=config.cache --without-python --without-systemd
|
|
|
|
notparallel
|
|
|
|
make $J V=1
|
|
|
|
make $J install DESTDIR=${ROOTFS}
|