aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-02-18 15:38:32 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-02-18 15:38:32 +0000
commitdfa99adf1d1cd4e51426f023be28baa8ce5b3ac1 (patch)
tree85a43b51713b0a1abe55e0692db65d1da59b05a4 /core
parent314c08a776860971c7d4eaf84857ddc8836be948 (diff)
downloadaports-dfa99adf1d1cd4e51426f023be28baa8ce5b3ac1.tar.bz2
aports-dfa99adf1d1cd4e51426f023be28baa8ce5b3ac1.tar.xz
core/xfsprogs: parallel builds actually work
Diffstat (limited to 'core')
-rw-r--r--core/xfsprogs/APKBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/core/xfsprogs/APKBUILD b/core/xfsprogs/APKBUILD
index 6da87a83f3..22def063a2 100644
--- a/core/xfsprogs/APKBUILD
+++ b/core/xfsprogs/APKBUILD
@@ -29,9 +29,7 @@ build() {
--libexecdir=/usr/lib \
--enable-gettext=no
- # seems like parallel build still breaks
- # http://oss.sgi.com/bugzilla/show_bug.cgi?id=797
- make -j1 || return 1
+ make || return 1
make -j1 DIST_ROOT="$pkgdir" install install-dev
}
md5sums="ec734f935ec87ebb8be890d29380a3e6 xfsprogs-3.0.0.tar.gz