From 6f9e331884ac77a4544fbf423f146551c60bd075 Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Tue, 16 Dec 2014 11:18:05 +0100 Subject: [PATCH] wip Change-Id: I584932ee492507dbc8003150d5b7a54e94c34a16 Signed-off-by: Philippe Coval --- packaging/libvpx.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/libvpx.spec b/packaging/libvpx.spec index accc5e6..023104b 100644 --- a/packaging/libvpx.spec +++ b/packaging/libvpx.spec @@ -56,7 +56,7 @@ export CFLAGS="%{optflags}" # CPU doesn't have NEON, e.g. NVIDIA Tegra 2. # So, we still set -mfpu=neon when build libvpx rpm, but also enable # runtime-cpu-detect for runtime detect NEON. -../configure \ +bash -x ../configure \ --prefix=%{_prefix} \ --libdir=%{_libdir} \ --enable-debug \ -- 2.7.4