summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2023-04-17 21:43:34 +0200
committerMichel Zou2023-04-17 21:43:34 +0200
commitc68ae58109ecd6f3bd77a9926f7a06d8e23908df (patch)
treeafdc06f438e5d11a5997010c1fb73893c7a0eda1
parent3e0510ee2507e287775e9eed305b29deadd5b670 (diff)
downloadaur-c68ae58109ecd6f3bd77a9926f7a06d8e23908df.tar.gz
j1
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 735e74774f5f..db7d3e8f9e91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ prepare () {
build() {
cd "ThirdParty-Mumps-releases-$pkgver"
FFLAGS="-fallow-argument-mismatch" ./configure --prefix=/usr
- make
+ make -j1
}
package() {