From 117f77046196bd5ce6afbc5bd40359ea858f8cb1 Mon Sep 17 00:00:00 2001 From: Eurogiciel-BOT Date: Wed, 18 Jun 2014 09:28:52 +0000 Subject: [PATCH] Disable nACL for all architectures Change-Id: If52b3b464050571965eaf4ae5e8860b5b53cb6b0 Signed-off-by: Eurogiciel-BOT --- packaging/crosswalk.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/packaging/crosswalk.spec b/packaging/crosswalk.spec index 9cb4059..4c2811d 100644 --- a/packaging/crosswalk.spec +++ b/packaging/crosswalk.spec @@ -1,7 +1,9 @@ %bcond_with x %bcond_with wayland -%ifarch x86_64 %{arm} +### NACL permanently disable for Tizen build + +#%ifarch x86_64 %{arm} ### x86_64 # NaCl build on 64bit system require libc 32bit to build the 32 IRT. # While Tizen 64bit image does not offer 32bit packages at all, @@ -11,9 +13,9 @@ # Due to OBS build for ARM some files needed by NaCl to be build # are not present. %define _disable_nacl 1 -%else -%define _disable_nacl 0 -%endif +#%else +#%define _disable_nacl 0 +#%endif Name: crosswalk Version: 8.36.155.0 -- 2.7.4