apr: add -j1 to 'make install'
This commit is contained in:
parent
0a32400875
commit
ff573fcc07
@ -14,7 +14,7 @@ build(){
|
||||
./configure --prefix=/usr \
|
||||
--with-installbuilddir=/usr/share/apr-1
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
make -j1 DESTDIR=$PKG install
|
||||
|
||||
cd $SRC/$name-util-1.5.3
|
||||
./configure --prefix=/usr \
|
||||
|
Loading…
x
Reference in New Issue
Block a user