aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libofx
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2017-07-02 03:42:46 +0000
committerWilliam Pitcock <nenolod@dereferenced.org>2017-07-02 03:42:46 +0000
commit25f4e7e55960c8dff2d88c99c71ddcd40d9720b0 (patch)
tree0fdca15f3234c96a9291b56b205ce95d66ac5338 /testing/libofx
parent680f404fcb96aa937350a4871ec2d8a382ace813 (diff)
downloadaports-25f4e7e55960c8dff2d88c99c71ddcd40d9720b0.tar.bz2
aports-25f4e7e55960c8dff2d88c99c71ddcd40d9720b0.tar.xz
testing/libofx: temporarily make -j1
Diffstat (limited to 'testing/libofx')
-rw-r--r--testing/libofx/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/libofx/APKBUILD b/testing/libofx/APKBUILD
index 19d3ad9019..b13b1d1266 100644
--- a/testing/libofx/APKBUILD
+++ b/testing/libofx/APKBUILD
@@ -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"