1
0
Fork 0

Building with -j$i, where $i>1 causes build failures

This commit is contained in:
Aaron Lindsay 2013-02-26 09:20:29 -05:00
parent 6b52949948
commit 3c7a0be644
1 changed files with 2 additions and 2 deletions

View File

@ -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 () {