testing/libofx: temporarily make -j1

This commit is contained in:
William Pitcock 2017-07-02 03:42:46 +00:00
parent 680f404fcb
commit 25f4e7e559

View File

@ -24,12 +24,12 @@ build() {
--sysconfdir=/etc \
--mandir=/usr/share/man \
--localstatedir=/var
make
make -j1
}
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
make -j1 DESTDIR="$pkgdir" install
}
sha512sums="87e1d3969e01491d93e018fe642f83d524dbe64e08f5206e9c2071aef6cde482cbeb5703af0d341d3ca6a03192b4074e26c40479c38fe1f5735af2b20c6db0f7 libofx-0.9.11.tar.gz"