From 10895e3e40a2ae7f390e0d5f370739320f99ff43 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 1 Nov 2018 13:13:06 -0400 Subject: [PATCH] Disable debug on Power64 and s390x again Signed-off-by: Stephen Gallagher --- nodejs.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nodejs.spec b/nodejs.spec index 853b5a6..2a8fed3 100644 --- a/nodejs.spec +++ b/nodejs.spec @@ -1,5 +1,11 @@ %global with_debug 1 +# PowerPC and s390x segfault during Debug builds +# https://github.com/nodejs/node/issues/20642 +%ifarch %{power64} s390x +%global with_debug 0 +%endif + # bundle dependencies that are not available as Fedora modules # %%{!?_with_bootstrap: %%global bootstrap 1} # use bcond for building modules