tizen: Disable TCP by default
authorPhilippe Coval <philippe.coval@osg.samsung.com>
Wed, 21 Sep 2016 17:00:49 +0000 (19:00 +0200)
committerAshok Babu Channa <ashok.channa@samsung.com>
Mon, 26 Sep 2016 09:31:04 +0000 (09:31 +0000)
Bug: https://jira.iotivity.org/browse/IOT-1295
Change-Id: Icd0973c3bc0140d2320b2018de85ba589eae51fc
Origin: https://gerrit.iotivity.org/gerrit/#/c/12099/
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/12099
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Ashok Babu Channa <ashok.channa@samsung.com>
tools/tizen/iotivity.spec

index 3470d4c..650f305 100644 (file)
@@ -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}
 %{!?ES_TARGET_ENROLLEE: %define ES_TARGET_ENROLLEE tizen}
 %{!?VERBOSE: %define VERBOSE 1}