From 98ff03794a0720cfff1d2975e7605eb7e1375679 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Thu, 23 Jan 2014 03:12:58 -0600 Subject: Do not build Ada on EL6 --- cygwin-gcc.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cygwin-gcc.spec b/cygwin-gcc.spec index ba3e4ee..32e4952 100644 --- a/cygwin-gcc.spec +++ b/cygwin-gcc.spec @@ -9,7 +9,7 @@ # %%{release}, append them after %%{gcc_release} on Release: line. %global gcc_release 2 -%global build_ada 1 +%global build_ada 0 # building cross-gnat requires matching X.Y version of native gnat %if 0%{?fedora} >= 19 && 0%{?fedora} < 22 || 0%{?rhel} == 7 %ifarch %{ix86} x86_64 ia64 ppc ppc64 alpha -- cgit