From 08580aecc041d44207ab3d8257491ea5298647c5 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Mon, 16 Jul 2018 13:09:43 +0200 Subject: [PATCH] Disable bootstrap --- ldc.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ldc.spec b/ldc.spec index cbc122d..af76d18 100644 --- a/ldc.spec +++ b/ldc.spec @@ -9,7 +9,7 @@ # Enable this for bootstrapping with an older version that doesn't require a # working D compiler to build itself -%global bootstrap 1 +%global bootstrap 0 %global bootstrap_version 0.17.6 %undefine _hardened_build @@ -277,6 +277,7 @@ install -m0644 phobos.d.tags %{buildroot}/%{_datadir}/geany/tags/ %changelog * Mon Jul 16 2018 Kalev Lember - 1:1.11.0-0.3.beta2 - Update to 1.11.0 beta2 +- Disable bootstrap * Fri Jul 13 2018 Fedora Release Engineering - 1:1.11.0-0.2.beta1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild