still problematic

This commit is contained in:
Caolán McNamara 2010-11-05 14:22:05 +00:00
parent daf86a91b9
commit e876289eb7

View File

@ -733,6 +733,9 @@ if [ $SMP_MFLAGS -lt 2 ]; then SMP_MFLAGS=2; fi
NDMAKES=`dc -e "$SMP_MFLAGS v p"`
NBUILDS=`dc -e "$SMP_MFLAGS $NDMAKES / p"`
NDMAKES=1
NBUILDS=1
autoconf
%configure \
--with-vendor="Red Hat, Inc." --with-num-cpus=$NBUILDS --with-max-jobs=$NDMAKES \