core/gmp: do not run make parallell during install

This commit is contained in:
Natanael Copa 2008-11-25 09:19:56 +00:00
parent eddabded96
commit 832fdb861b

View File

@ -27,12 +27,7 @@ build ()
|| return 1
make || return 1
# make check || return 1
make DESTDIR="${pkgdir}" install || return 1
cd "${pkgdir}/usr/share/info";
rm -f dir;
gzip * || return 1
make -j1 DESTDIR="${pkgdir}" install || return 1
}
md5sums="fc1e3b3a2a5038d4d74138d0b9cf8dbe gmp-4.2.4.tar.bz2
13c34f00e77ded6673270cfea06c35c3 gmp-4.1.4-noexecstack.patch"