summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRod Kay2015-12-13 00:43:47 +1100
committerRod Kay2015-12-13 00:43:47 +1100
commitc4089ef3c64296594b76611725aea4bb7f8c5fe8 (patch)
tree4d1290ba7df7698eb120b3ef5d673909cccff6af /PKGBUILD
parente7077ad3027b39f187b60d08aa99c88af0e576cf (diff)
downloadaur-c4089ef3c64296594b76611725aea4bb7f8c5fe8.tar.gz
Used -j1 make flag.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index acdef356fb7d..43e137f85da0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,7 +25,7 @@ build() {
patch -p0 -i ../patch-Makefile.in
PYTHON=python2 ./configure --prefix=/usr --with-appli-perso="dsa" --with-proto-perso="giop"
- make
+ make -j1
}