From 3cf9fe50b7fe89f466be8dd47d6c9f64b29dc539 Mon Sep 17 00:00:00 2001 From: Slava Barinov Date: Thu, 17 Nov 2016 13:22:21 +0300 Subject: [PATCH] Switch off python-accel for arm64 since it won't work Signed-off-by: Slava Barinov --- packaging/iotivity.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packaging/iotivity.spec b/packaging/iotivity.spec index d823452f9..71c247772 100644 --- a/packaging/iotivity.spec +++ b/packaging/iotivity.spec @@ -21,8 +21,10 @@ BuildRequires: pkgconfig(sqlite3) Requires(postun): /sbin/ldconfig Requires(post): /sbin/ldconfig %if 0%{?speedpython:1} && 0%{?en_speedpython:1} +%ifnarch aarch64 %en_speedpython %endif +%endif # default is RELEASE mode. # If DEBUG mode is needed, please use tizen_build_devel_mode -- 2.34.1