From 897d384e768b7341f725cad89c054093b3f36ef7 Mon Sep 17 00:00:00 2001 From: Seonah Moon Date: Thu, 20 Oct 2016 11:21:10 +0900 Subject: [PATCH] Change build macro for Tizen TV This macro is ignored on build.tizen.org It's only for Tizen TV build system Change-Id: I4206bd845bb7da4d98cad7d87c06da11a8a3f671 Signed-off-by: Seonah Moon --- packaging/libsoup.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/libsoup.spec b/packaging/libsoup.spec index 44f02e6..8249488 100644 --- a/packaging/libsoup.spec +++ b/packaging/libsoup.spec @@ -89,7 +89,7 @@ chmod +x autogen.sh --enable-sqlite=yes \ --disable-tls-check \ %endif -%if "%{?profile}" == "tv" +%if "%{TIZEN_PROFILE_TV}" == "1" --enable-tizen-client-certificate=yes \ --enable-tizen-disable-mime-sniff \ --enable-tizen-text-storage-mode-of-cookie \ -- 2.7.4