From db7627144a28181943b56d0586d492da1ce06809 Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Tue, 4 Oct 2016 10:37:48 +0200 Subject: [PATCH] tizen: Enable TCP Change-Id: I56b8abcea1a3397f546ef0b8edc42711ff62b9d8 Origin: https://gerrit.iotivity.org/gerrit/#/c/15193/ Signed-off-by: Philippe Coval --- 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 27e7e8e..f1021b0 100644 --- a/tools/tizen/iotivity.spec +++ b/tools/tizen/iotivity.spec @@ -82,7 +82,7 @@ Source1002: %{name}-test.manifest %{!?WITH_CLOUD: %define WITH_CLOUD 0} %{!?WITH_MQ: %define WITH_MQ OFF} %{!?WITH_PROXY: %define WITH_PROXY 0} -%{!?WITH_TCP: %define WITH_TCP 0} +%{!?WITH_TCP: %define WITH_TCP 1} BuildRequires: expat-devel BuildRequires: python, libcurl-devel -- 2.7.4