From 0d403ac19d4bd0bdf1d86969adf9ab9265d75e2f Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Mon, 10 Jan 2022 01:03:15 -0500 Subject: Enable bootstrap --- cygwin-default-manifest.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/cygwin-default-manifest.spec b/cygwin-default-manifest.spec index 1bb0cf1..895ead5 100644 --- a/cygwin-default-manifest.spec +++ b/cygwin-default-manifest.spec @@ -1,3 +1,5 @@ +%bcond_with bootstrap + %{?cygwin_package_header} Name: cygwin-default-manifest @@ -7,7 +9,7 @@ Summary: Default application manifests for Cygwin toolchains Group: Development/Libraries License: Copyright only -URL: http://cygwin.com/ +URL: https://cygwin.com/ BuildArch: noarch # use get-sources.sh to download from cvs tag @@ -16,10 +18,15 @@ Source0: windows-default-manifest-%{version}.tar.xz BuildRequires: autoconf automake BuildRequires: cygwin32-filesystem BuildRequires: cygwin32-binutils -BuildRequires: cygwin32-gcc BuildRequires: cygwin64-filesystem BuildRequires: cygwin64-binutils +%if %{with bootstrap} +BuildRequires: gcc +%else +BuildRequires: cygwin32-gcc BuildRequires: cygwin64-gcc +%endif +BuildRequires: make %description -- cgit