summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--development/icon/icon.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/development/icon/icon.SlackBuild b/development/icon/icon.SlackBuild
index 98a2d6e877..dcc97fc569 100644
--- a/development/icon/icon.SlackBuild
+++ b/development/icon/icon.SlackBuild
@@ -102,6 +102,9 @@ sed -i -e "s|mkdir|mkdir -p|" \
-e "s|\$D/man|\$D/usr/man|g" \
-e "s|\$D/doc|\$D/usr/doc/$PRGNAM-$VERSION|g" Makefile
+# Disable parallel building otherwise build fails
+MAKEFLAGS=-j1
+
make X-Configure name=linux
make CFLAGS="$SLKCFLAGS"
make Test