summaryrefslogtreecommitdiffstats
path: root/src/libical.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2016-08-03 06:50:33 (GMT)
committerTony Theodore <tonyt@logyst.com>2016-08-11 13:04:50 (GMT)
commitb77b1253b00f2d453244d2c8416d1041872faf9a (patch)
tree33d12a0d555600192d2f6bb5719009b0896c8a3f /src/libical.mk
parent1ebd0b563ab48149f995f4854da0f84ddcdb05d8 (diff)
downloadmxe-b77b1253b00f2d453244d2c8416d1041872faf9a.zip
mxe-b77b1253b00f2d453244d2c8416d1041872faf9a.tar.gz
mxe-b77b1253b00f2d453244d2c8416d1041872faf9a.tar.bz2
libical: disable parallel build
See: https://github.com/libical/libical/issues/238 https://github.com/libical/libical/issues/233 https://github.com/libical/libical/issues/174
Diffstat (limited to 'src/libical.mk')
-rw-r--r--src/libical.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/libical.mk b/src/libical.mk
index 825c979..a378466 100644
--- a/src/libical.mk
+++ b/src/libical.mk
@@ -20,7 +20,9 @@ define $(PKG)_BUILD
-DSHARED_ONLY=$(CMAKE_SHARED_BOOL) \
'$(SOURCE_DIR)'
- $(MAKE) -C '$(BUILD_DIR)' -j '$(JOBS)' VERBOSE=1
+ # libs are built twice, causing parallel failures
+ # https://github.com/libical/libical/issues/174
+ $(MAKE) -C '$(BUILD_DIR)' -j 1 VERBOSE=1
$(MAKE) -C '$(BUILD_DIR)' -j 1 install VERBOSE=1
'$(TARGET)-gcc' \