From 1709789af42cd4af5052e1851bf9f908a0f99790 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Sun, 21 Feb 2021 20:37:23 +0100 Subject: [PATCH] Enable bootstrap --- ldc.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ldc.spec b/ldc.spec index be51b99..670591a 100644 --- a/ldc.spec +++ b/ldc.spec @@ -16,14 +16,14 @@ # older, working LDC compiler in the buildroot, which is then used to build a # new intermediate LDC version, and finally this in turn is used to build the # final compiler that gets installed in the rpm. -%global bootstrap_stage2 0 +%global bootstrap_stage2 1 %undefine _hardened_build Name: ldc Epoch: 1 Version: 1.25.0%{?pre:~%{pre}} -Release: 1%{?dist} +Release: 1%{?dist}~bootstrap Summary: LLVM D Compiler # The DMD frontend in dmd/* GPL version 1 or artistic license