libpth: requires -j1

This commit is contained in:
Simon Gloßner 2008-05-12 21:49:20 +02:00
parent 121f32a3da
commit 77e520ec6b

View File

@ -13,5 +13,5 @@ build() {
./configure --prefix=/usr
make -j1
make DESTDIR=$PKG install
make -j1 DESTDIR=$PKG install
}