From 5d83fec2e4bf58812d630ee9b48e93536b99983f Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Tue, 16 Dec 2014 11:38:26 +0100 Subject: [PATCH] packaging: workaround a gbs export Change-Id: Ic8864ddba2d92103a2e65e3f1ca355a89a98904d Signed-off-by: Philippe Coval --- packaging/libvpx.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packaging/libvpx.spec b/packaging/libvpx.spec index 0d3e4e2..e672d1c 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 -- 2.7.4