Wine's ARM float check fails on Fedora

f38
Michael Cronenworth 7 years ago
parent 95efc85f37
commit 26cfee826b

@ -694,6 +694,9 @@ export CFLAGS="`echo $TEMP_CFLAGS | sed -e 's/-Wp,-D_FORTIFY_SOURCE=2//'` -Wno-e
--x-includes=%{_includedir} --x-libraries=%{_libdir} \ --x-includes=%{_includedir} --x-libraries=%{_libdir} \
--without-hal --with-dbus \ --without-hal --with-dbus \
--with-x \ --with-x \
%ifarch %{arm}
--with-float-abi=hard \
%endif
%ifarch x86_64 aarch64 %ifarch x86_64 aarch64
--enable-win64 \ --enable-win64 \
%endif %endif

Loading…
Cancel
Save