summaryrefslogtreecommitdiff
path: root/apr
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2014-04-25 17:33:14 +0200
committerJuergen Daubert <jue@jue.li>2014-04-28 12:09:15 +0200
commitff573fcc07f265ef1ad414d7e8f539ead1a48a7b (patch)
treeb8d8d09ea9390af4db44a03c62da3206f63a5aae /apr
parent0a32400875704950373379f670d7beee8d7c3524 (diff)
downloadopt-ff573fcc07f265ef1ad414d7e8f539ead1a48a7b.tar.gz
opt-ff573fcc07f265ef1ad414d7e8f539ead1a48a7b.tar.xz
apr: add -j1 to 'make install'
Diffstat (limited to 'apr')
-rw-r--r--apr/Pkgfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apr/Pkgfile b/apr/Pkgfile
index 3d811b9d2..5e4c4c604 100644
--- a/apr/Pkgfile
+++ b/apr/Pkgfile
@@ -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 \

Generated by cgit