From a308070944cb442c52cdf0aff6355daea4cc96fa Mon Sep 17 00:00:00 2001 From: Timotheus Pokorra Date: Jun 19 2020 20:42:26 +0000 Subject: fix non bootstrap build --- diff --git a/mono.spec b/mono.spec index d3196b0..f26c2cc 100644 --- a/mono.spec +++ b/mono.spec @@ -1,5 +1,4 @@ -%global _with_bootstrap 0 -%bcond_with bootstrap +%bcond_without bootstrap %ifarch s390x # workaround https://github.com/mono/mono/issues/9009#issuecomment-477073609 @@ -73,7 +72,7 @@ BuildRequires: perl-Getopt-Long # Yes, mono actually depends on itself, because # we deleted the bootstrapping binaries. If you -# need to bootstrap mono, set _with_bootstrap at the top +# need to bootstrap mono, set bcond_with bootstrap at the top # which results in not deleting the binaries in %%prep. %if %{without bootstrap}