mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
core/gmp: do not run make parallell during install
This commit is contained in:
parent
eddabded96
commit
832fdb861b
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user