ExclusiveArch primary archs, FTBFS on big endian arches (#1336466)

This commit is contained in:
Rex Dieter 2016-05-16 14:39:23 -05:00
parent 9556fffdef
commit c859bf83af

View File

@ -1,7 +1,7 @@
Name: webrtc-audio-processing Name: webrtc-audio-processing
Version: 0.2 Version: 0.2
Release: 2%{?dist} Release: 3%{?dist}
Summary: Library for echo cancellation Summary: Library for echo cancellation
License: BSD License: BSD
@ -12,6 +12,10 @@ Patch1: webrtc-audio-processing-0.2-no_undefined.patch
Patch2: webrtc-audio-processing-0.2-x86_msse2.patch Patch2: webrtc-audio-processing-0.2-x86_msse2.patch
Patch3: webrtc-audio-processing-0.2-x86_sse2_runtime_detection.patch Patch3: webrtc-audio-processing-0.2-x86_sse2_runtime_detection.patch
# could probably support more archs, provided they are little endian
# see also http://bugzilla.redhat.com/1336466
ExclusiveArch: %{arm} %{ix86} x86_64
BuildRequires: automake libtool BuildRequires: automake libtool
%description %description
@ -79,6 +83,9 @@ rm -fv %{buildroot}%{_libdir}/lib*.la
%changelog %changelog
* Mon May 16 2016 Rex Dieter <rdieter@fedoraproject.org> - 0.2-3
- ExclusiveArch primary archs, FTBFS on big endian arches (#1336466)
* Mon May 16 2016 Rex Dieter <rdieter@fedoraproject.org> - 0.2-2 * Mon May 16 2016 Rex Dieter <rdieter@fedoraproject.org> - 0.2-2
- link w/ --no-undefined - link w/ --no-undefined
- fix x86 sse2 runtime detection - fix x86 sse2 runtime detection