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:13:01 -05:00
parent df2eba11a5
commit 82b9ab29a3
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ pkgver=1.3.0
_seafilever=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="A framework for writing networked applications in C."
@ -53,7 +53,7 @@ build () {
prepare
cd "$srcdir/seafile-$_seafilever/ccnet"
./configure --enable-server --prefix=/usr PYTHON=/usr/bin/python2
make
make -j1
}
package () {