diff options
author | Youngjae Shin <yj99.shin@samsung.com> | 2016-03-21 19:41:52 -0700 |
---|---|---|
committer | Youngjae Shin <yj99.shin@samsung.com> | 2016-03-21 19:41:52 -0700 |
commit | 75ec5b34c2a729780be855d6f92df010a8b183d0 (patch) | |
tree | 066ac928c6772fe6e7b990b85263672474ad07fc | |
parent | 28d898d2dab5a4463ba5f7ea380258a4f4362578 (diff) | |
download | iotivity-accepted/tizen/ivi/20160322.085108.tar.gz iotivity-accepted/tizen/ivi/20160322.085108.tar.bz2 iotivity-accepted/tizen/ivi/20160322.085108.zip |
Revert "Change build option - IP only"submit/tizen/20160322.024430accepted/tizen/wearable/20160322.085051accepted/tizen/tv/20160322.085034accepted/tizen/mobile/20160322.085016accepted/tizen/ivi/20160322.085108accepted/tizen/common/20160322.150239
This reverts commit 28d898d2dab5a4463ba5f7ea380258a4f4362578.
Change-Id: Ia3223a2ab09ba219bf8048aa28014744e19ed4b0
-rw-r--r-- | packaging/iotivity.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/iotivity.spec b/packaging/iotivity.spec index 4caccf560..ac06ceee1 100644 --- a/packaging/iotivity.spec +++ b/packaging/iotivity.spec @@ -35,7 +35,7 @@ Requires(post): /sbin/ldconfig %define RELEASE True %endif -%{!?TARGET_TRANSPORT: %define TARGET_TRANSPORT IP} +%{!?TARGET_TRANSPORT: %define TARGET_TRANSPORT IP,BT} %{!?SECURED: %define SECURED 0} %{!?LOGGING: %define LOGGING True} %{!?ROUTING: %define ROUTING GW} |