1 From 9c68cdd1a89f9b944edc804d7c5d000c45de7b85 Mon Sep 17 00:00:00 2001
2 From: Alexander Kanavin <alex.kanavin@gmail.com>
3 Date: Mon, 14 Jan 2019 11:45:20 +0100
4 Subject: [PATCH] Also build dynaloader separately as race failures have been
7 Upstream-Status: Submitted [https://github.com/arsv/perl-cross/issues/72]
8 Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
11 1 file changed, 4 insertions(+), 1 deletion(-)
13 diff --git a/Makefile b/Makefile
14 index 7846406..cd8d75f 100644
17 @@ -74,10 +74,13 @@ $(CROSSPATCHED): %.applied: %.patch
18 # Force full patching before any building starts. Als, force early building
19 # of miniperl -- not really necessary, but makes the build process more logical.
20 # No reason to try CC if HOSTCC fails.
22 +# Dynaloader is also built separately as race failures have been observed.
26 - $(MAKE) dynaloader perl$x nonxs_ext utilities extensions pods
28 + $(MAKE) perl$x nonxs_ext utilities extensions pods
30 config.h: config.sh config_h.SH
31 CONFIG_H=$@ CONFIG_SH=$< ./config_h.SH