summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Coval <philippe.coval@open.eurogiciel.org>2014-12-16 11:38:26 +0100
committerPhilippe Coval <philippe.coval@open.eurogiciel.org>2014-12-16 11:40:19 +0100
commit5d83fec2e4bf58812d630ee9b48e93536b99983f (patch)
tree16288af650ac181d928b399d59e72a4fce9ab260
parent0e4ec8e05ce3d19fd8b001c6e500f9f9a25e1710 (diff)
downloadlibvpx-5d83fec2e4bf58812d630ee9b48e93536b99983f.tar.gz
libvpx-5d83fec2e4bf58812d630ee9b48e93536b99983f.tar.bz2
libvpx-5d83fec2e4bf58812d630ee9b48e93536b99983f.zip
packaging: workaround a gbs exportsandbox/pcoval/tizen
Change-Id: Ic8864ddba2d92103a2e65e3f1ca355a89a98904d Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
-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