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