Drop aarch64 CFLAGS FTB workaround

This commit is contained in:
Peter Robinson 2022-01-06 18:17:47 +00:00
parent fc0810c1a1
commit bc15c7aa0f

View File

@ -2,7 +2,7 @@
Name: libwebp
Version: 1.2.1
Release: 2%{?dist}
Release: 3%{?dist}
URL: http://webmproject.org/
Summary: Library and tools for the WebP graphics format
# Additional IPR is licensed as well. See PATENTS file for details
@ -69,9 +69,6 @@ Java bindings for libwebp.
%build
autoreconf -vif
%ifarch aarch64
export CFLAGS="%{optflags} -frename-registers"
%endif
%configure --disable-static --enable-libwebpmux \
--enable-libwebpdemux --enable-libwebpdecoder
%make_build V=1
@ -140,6 +137,9 @@ cp swig/*.jar swig/*.so %{buildroot}/%{_libdir}/%{name}-java/
%changelog
* Thu Jan 06 2022 Peter Robinson <pbrobinson@fedoraproject.org> - 1.2.1-3
- Drop aarch64 CFLAGS FTB workaround
* Sun Jan 02 2022 Dennis Gilmore <dennis@ausil.us> - 1.2.2-2
- do not disable neon support