From 3c7a0be64463db250931d8ab31a650c954fce2f3 Mon Sep 17 00:00:00 2001 From: Aaron Lindsay Date: Tue, 26 Feb 2013 09:20:29 -0500 Subject: [PATCH] Building with -j$i, where $i>1 causes build failures --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 10ec140..4a1f448 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,7 +7,7 @@ pkgname=seafile pkgver=1.4.5 #The release number for the arch package, as fixes are added to the PKGBUILD, the release number will increase -pkgrel=2 +pkgrel=3 # The description of the package, should be about 80 characters long (one line) pkgdesc="Seafile is an open-source Dropbox replacement." @@ -54,7 +54,7 @@ build () { prepare cd "$srcdir/$pkgname-$pkgver" ./configure --enable-server --enable-httpserver --prefix=/usr PYTHON=/usr/bin/python2 - make + make -j1 } package () {