From 8c88dd2f886507d643cf9a3b15a6cc81a99a2d98 Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Wed, 21 Sep 2016 18:58:37 +0200 Subject: [PATCH] tizen: Disable SECURED by default Bug: https://jira.iotivity.org/browse/IOT-1295 Change-Id: I22e14a601d30b29005352a5154f617ed66ce1903 Origin: https://gerrit.iotivity.org/gerrit/#/c/12101/ Signed-off-by: Philippe Coval Reviewed-on: https://gerrit.iotivity.org/gerrit/12101 Tested-by: jenkins-iotivity Reviewed-by: Abhishek Sharma Reviewed-by: jihwan seo Reviewed-by: Randeep Singh Reviewed-by: Habib Virji Reviewed-by: Ashok Babu Channa Reviewed-on: https://gerrit.iotivity.org/gerrit/12493 Reviewed-by: Ziran Sun --- tools/tizen/iotivity.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tizen/iotivity.spec b/tools/tizen/iotivity.spec index 5ba45dc..91e7c29 100644 --- a/tools/tizen/iotivity.spec +++ b/tools/tizen/iotivity.spec @@ -35,7 +35,7 @@ Requires(post): /sbin/ldconfig %endif %{!?TARGET_TRANSPORT: %define TARGET_TRANSPORT IP} -%{!?SECURED: %define SECURED 1} +%{!?SECURED: %define SECURED 0} %{!?LOGGING: %define LOGGING 1} %{!?ROUTING: %define ROUTING EP} %{!?WITH_TCP: %define WITH_TCP 1} -- 2.7.4