From: Philippe Coval Date: Wed, 21 Sep 2016 17:00:49 +0000 (+0200) Subject: tizen: Disable TCP by default X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2cb9d51fc23e54d616ee158e5effeedda0281462;p=contrib%2Fiotivity.git tizen: Disable TCP by default Bug: https://jira.iotivity.org/browse/IOT-1295 Change-Id: Icd0973c3bc0140d2320b2018de85ba589eae51fc Origin: https://gerrit.iotivity.org/gerrit/#/c/12099/ Signed-off-by: Philippe Coval Reviewed-on: https://gerrit.iotivity.org/gerrit/12099 Tested-by: jenkins-iotivity Reviewed-by: Ashok Babu Channa (cherry picked from commit 32510b62640f4aa5b7b6d82508ae9ee5d88ee9e6) Reviewed-on: https://gerrit.iotivity.org/gerrit/12491 --- diff --git a/tools/tizen/iotivity.spec b/tools/tizen/iotivity.spec index 0dd2e4b..831bf85 100644 --- a/tools/tizen/iotivity.spec +++ b/tools/tizen/iotivity.spec @@ -39,7 +39,7 @@ Requires(post): /sbin/ldconfig %{!?LOGGING: %define LOGGING 1} %{!?ROUTING: %define ROUTING EP} %{!?WITH_CLOUD: %define WITH_CLOUD 0} -%{!?WITH_TCP: %define WITH_TCP 1} +%{!?WITH_TCP: %define WITH_TCP 0} %{!?WITH_PROXY: %define WITH_PROXY 0} %{!?WITH_MQ: %define WITH_MQ OFF} %{!?ES_TARGET_ENROLLEE: %define ES_TARGET_ENROLLEE tizen}