From 60f84e39916f16a487f0cb95aeaf5e32222a2d03 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 13 May 2016 12:29:43 -0500 Subject: [PATCH] FTBFS whack-a-mole, now on arm --enable-neon=no too --- webrtc-audio-processing.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/webrtc-audio-processing.spec b/webrtc-audio-processing.spec index e552527..fc2da1c 100644 --- a/webrtc-audio-processing.spec +++ b/webrtc-audio-processing.spec @@ -1,4 +1,8 @@ +%ifarch %{arm} +%global neon --enable-neon=no +%endif + Name: webrtc-audio-processing Version: 0.2 Release: 1%{?dist} @@ -33,6 +37,7 @@ files for developing applications that use %{name}. %build %configure \ + %{?neon} \ --disable-silent-rules \ --disable-static