From a22faef1aa1a634957d25984706149570b31f61d Mon Sep 17 00:00:00 2001 From: Jan Macku Date: Wed, 11 Oct 2023 09:09:29 +0200 Subject: [PATCH] spec: temporary disable mingw build They are failing during the build with nghttp2 1.57.0 --- nghttp2.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nghttp2.spec b/nghttp2.spec index e29a74b..f3e0c8d 100644 --- a/nghttp2.spec +++ b/nghttp2.spec @@ -1,6 +1,8 @@ %global with_mingw 0 -%if 0%{?fedora} +# Temporary disabling mingw builds. They are failing on rawhide with the new version - 1.57.0 +# %if 0%{?fedora} +%if 0 %global with_mingw 1 %endif