From 72dcd1b7ad63b94a947ae3d1d341ef752cf59dbf Mon Sep 17 00:00:00 2001 From: Michael Cronenworth Date: Wed, 10 Jun 2020 16:29:09 -0500 Subject: [PATCH] Fix broken macro --- wine.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/wine.spec b/wine.spec index 9464feb..5d030b2 100644 --- a/wine.spec +++ b/wine.spec @@ -719,6 +719,7 @@ export CC="/usr/bin/clang" # https://bugzilla.redhat.com/show_bug.cgi?id=1658311 export CFLAGS="`echo $CFLAGS | sed -e 's/-fstack-clash-protection//'`" %endif +%endif %configure \ --sysconfdir=%{_sysconfdir}/wine \