summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authortaesub kim <taesub.kim@samsung.com>2016-06-12 19:21:15 -0700
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>2016-06-12 19:21:15 -0700
commit4ff7fd4d140e6b154d178f9ab83d019786617b53 (patch)
tree0491b1b6a07ea63013f6fcbcf5eb533aa87257ba /packaging
parent74b79a30bb7d74d9b7d3ff0e8dd122f64e847e5f (diff)
parent28801fe078345fde58f934bbfee79b5fb6f0d9bb (diff)
downloadconnman-4ff7fd4d140e6b154d178f9ab83d019786617b53.tar.gz
connman-4ff7fd4d140e6b154d178f9ab83d019786617b53.tar.bz2
connman-4ff7fd4d140e6b154d178f9ab83d019786617b53.zip
Merge "[SPIN] Enable the ntp by connman if device does not use the cellular." into tizen
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/connman.spec4
1 files changed, 4 insertions, 0 deletions
diff --git a/packaging/connman.spec b/packaging/connman.spec
index 4bf2d1a0..47f8552e 100755
--- a/packaging/connman.spec
+++ b/packaging/connman.spec
@@ -99,6 +99,10 @@ CFLAGS+=" -DTIZEN_TV_EXT"
%if %{with connman_vpnd}
VPN_CFLAGS+=" -DTIZEN_EXT -lsmack -Werror"
+
+%if 0%{?sec_product_feature_telephony_disable} == 1
+ CFLAGS+=" -DTIZEN_CONNMAN_NTP"
+%endif
%endif
chmod +x bootstrap