summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-07-05 12:49:07 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2017-07-05 12:49:07 +0000
commitb1514d32b0de594ee94290c66f3604e4991bcee0 (patch)
tree671a73ed60a1d5e3b35b1e4473223688d0ad54da
parent1eb8dced189aef2d9e058579647eace4a9083c9f (diff)
downloaddefinitions-b1514d32b0de594ee94290c66f3604e4991bcee0.tar.gz
polkit fails to build with parallel make, set `max-jobs: 1`
Otherwise you see various link errors like this: cancel-cancel.o: file not recognized: File truncated Somehow zero-byte object files are created at random.
-rw-r--r--strata/privileges-management/polkit.morph1
1 files changed, 1 insertions, 0 deletions
diff --git a/strata/privileges-management/polkit.morph b/strata/privileges-management/polkit.morph
index d903ae0f..6b961600 100644
--- a/strata/privileges-management/polkit.morph
+++ b/strata/privileges-management/polkit.morph
@@ -1,6 +1,7 @@
name: polkit
kind: chunk
build-system: autotools
+max-jobs: 1
configure-commands:
- ./autogen.sh --prefix="$PREFIX" --sysconfdir=/etc --disable-man-pages --disable-gtk-doc --enable-libsystemd-login=yes
system-integration: