Fix broken macro

f38
Michael Cronenworth 5 years ago
parent 6a3375aed7
commit 72dcd1b7ad

@ -719,6 +719,7 @@ export CC="/usr/bin/clang"
# https://bugzilla.redhat.com/show_bug.cgi?id=1658311 # https://bugzilla.redhat.com/show_bug.cgi?id=1658311
export CFLAGS="`echo $CFLAGS | sed -e 's/-fstack-clash-protection//'`" export CFLAGS="`echo $CFLAGS | sed -e 's/-fstack-clash-protection//'`"
%endif %endif
%endif
%configure \ %configure \
--sysconfdir=%{_sysconfdir}/wine \ --sysconfdir=%{_sysconfdir}/wine \

Loading…
Cancel
Save