summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packaging/libvpx.spec3
1 files changed, 3 insertions, 0 deletions
diff --git a/packaging/libvpx.spec b/packaging/libvpx.spec
index 0d3e4e268..e672d1c8a 100644
--- a/packaging/libvpx.spec
+++ b/packaging/libvpx.spec
@@ -49,6 +49,9 @@ The WebM file structure is based on the Matroska container.
cp %{SOURCE1001} .
%build
+# disable cross build for ARM
+sed -e 's|CROSS=".*"|CROSS=""|g' -i ./build/make/configure.sh
+
cd build
export CFLAGS="%{optflags}"
# It is only an emulation of autotools configure; the macro does not work