summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/groff/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/groff/APKBUILD b/main/groff/APKBUILD
index 6235840f6..e75309399 100644
--- a/main/groff/APKBUILD
+++ b/main/groff/APKBUILD
@@ -19,7 +19,8 @@ build () {
--prefix=/usr \
--without-x \
|| return 1
- make || return 1
+ # work around parallel build issue
+ make arch/misc && make || return 1
}
package() {