From 41fb9606e6f1c66e8ee0bab57dcadd9251b8a4a6 Mon Sep 17 00:00:00 2001 From: Michael Cronenworth Date: Wed, 10 Jun 2020 16:20:00 -0500 Subject: [PATCH] Add new macro for toolchain based on comments from RHBZ#1844893 --- wine.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/wine.spec b/wine.spec index bb89e53..b8c8f1b 100644 --- a/wine.spec +++ b/wine.spec @@ -702,6 +702,11 @@ sed -i -e 's!^loader server: libs/port libs/wine tools.*!& include!' Makefile.in # 0%%{?wine_staging} %build +%if 0%{?fedora} >= 33 +%ifarch aarch64 +%global toolchain clang +%endif +%endif # disable fortify as it breaks wine # http://bugs.winehq.org/show_bug.cgi?id=24606