apr: add -j1 to 'make install'

This commit is contained in:
Juergen Daubert 2014-04-25 17:33:14 +02:00
parent 0a32400875
commit ff573fcc07

View File

@ -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 \