diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-01-12 16:02:56 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-01-12 16:02:56 +0000 |
commit | 61c27d099c3c53e6844179502eaf858b70efb564 (patch) | |
tree | e107e10fb556ec80cd50b6f48afdc9add52b1581 /extra/unfs3 | |
parent | b878e03459cca5630a71c8858fc0d55093ed66b0 (diff) | |
download | aports-61c27d099c3c53e6844179502eaf858b70efb564.tar.bz2 aports-61c27d099c3c53e6844179502eaf858b70efb564.tar.xz |
extra/unfs3: does not support parallell builds
Diffstat (limited to 'extra/unfs3')
-rw-r--r-- | extra/unfs3/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/unfs3/APKBUILD b/extra/unfs3/APKBUILD index 6128ef22..28de3015 100644 --- a/extra/unfs3/APKBUILD +++ b/extra/unfs3/APKBUILD @@ -15,7 +15,7 @@ build() { ./configure --prefix=/usr \ --mandir=/usr/share/man - make || return 1 + make -j1 || return 1 make DESTDIR="$pkgdir/" install } |