Building with -j$i, where $i>1 causes build failures
This commit is contained in:
parent
6b52949948
commit
3c7a0be644
4
PKGBUILD
4
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 () {
|
||||
|
Loading…
Reference in New Issue
Block a user