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-11 15:49:15 +0000
commit2a6ed6a55e03b6ff214f9f42b5b7e175300ad52f (patch)
tree40e1041800078e8c85f8475feff19ce14f4b3c3b
parented27ae6443feedec4ce38509aa64b9ac5c4a2f8b (diff)
downloaddefinitions-2a6ed6a55e03b6ff214f9f42b5b7e175300ad52f.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: