1
0
forked from ports/opt

cdparanoia: added -j1 make option

This commit is contained in:
Juergen Daubert 2007-07-28 10:07:58 +02:00
parent cb31187170
commit 7581f00d36

View File

@ -12,6 +12,6 @@ build () {
cd $name-III-$version
patch -p1 < $SRC/$name-$version.patch
./configure --prefix=/usr
make FLAGS="$CFLAGS"
make -j1 FLAGS="$CFLAGS"
make prefix=$PKG/usr install
}