summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--system/rhash/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/rhash/APKBUILD b/system/rhash/APKBUILD
index 4f30a7845..1a3d8d0f1 100644
--- a/system/rhash/APKBUILD
+++ b/system/rhash/APKBUILD
@@ -27,7 +27,7 @@ check() {
}
package() {
- make DESTDIR="$pkgdir" install install-gmo install-lib-headers install-lib-so-link install-man
+ make -j1 DESTDIR="$pkgdir" install install-gmo install-lib-headers install-lib-so-link install-man
}
sha512sums="9dba4fa4dd49d323f2e440c5b93eac1ef62eb4046ec4ef611f0978c12c1739002f1ac1f1ec5e61bd359dc89e9ed612db71be91a795184ac5d5433280d27fa4c1 rhash-1.3.8.tar.gz"