From: jaekuk, lee Date: Fri, 24 Sep 2021 00:16:25 +0000 (+0900) Subject: [NMT] Fix build error X-Git-Tag: submit/tizen/20210924.010522^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=232abdcbaa8234de8cc448f76c44bb1fe092e8fb;p=platform%2Fframework%2Fweb%2Fwrtjs.git [NMT] Fix build error NMT shared libraries only support armv7l architecture. Change-Id: I0881d2aba6fc109210a3866a40167af4d7f0333b Signed-off-by: jaekuk, lee --- diff --git a/packaging/wrtjs.spec b/packaging/wrtjs.spec index 9f2d0bf2..e8bf5c43 100755 --- a/packaging/wrtjs.spec +++ b/packaging/wrtjs.spec @@ -22,7 +22,9 @@ Source: %{name}-%{version}.tar.gz # The nmt is public feature # The category is public feature %if "%{?profile}" != "tv" && "%{?profile}" != "wearable" && "%{?_with_da_profile}" != "1" +%ifarch armv7l %define _use_nmt 1 +%endif %define _use_category 1 %endif