summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorNiraj Kumar Goit <niraj.g@samsung.com>2016-06-14 22:24:37 +0530
committerNiraj Kumar Goit <niraj.g@samsung.com>2016-06-15 01:26:32 +0530
commit535e7f69c650dd1701cdb94152a88e644d079afb (patch)
tree0143a3631860fe7d3c15453b2311312de270bd3d /packaging
parent8bf82d09ca26e4d463314948de7154aac1806d37 (diff)
downloadconnman-535e7f69c650dd1701cdb94152a88e644d079afb.tar.gz
connman-535e7f69c650dd1701cdb94152a88e644d079afb.tar.bz2
connman-535e7f69c650dd1701cdb94152a88e644d079afb.zip
[SPIN] gsupplicant: fix stucking in scanning state when scan failed.
- gsupplicant: fix stucking in scanning state when scan failed. - Apply ASLR option. - Add ""TIZEN_WEARABLE"" check in service file. - change the dhcp client device name. - default internet service: fix not cleared if pdp activation failed. - Change Russia cert build feature. - Update the Connman.service.in file. - Remove connection retry when association fail. Change-Id: I3ac8e49d0a3c229b298296f8e7cbf34845c2c90d Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/connman.spec6
1 files changed, 6 insertions, 0 deletions
diff --git a/packaging/connman.spec b/packaging/connman.spec
index ed731fea..23b8d52c 100755
--- a/packaging/connman.spec
+++ b/packaging/connman.spec
@@ -103,6 +103,12 @@ VPN_CFLAGS+=" -DTIZEN_EXT -lsmack -Werror"
%if 0%{?sec_product_feature_telephony_disable} == 1
CFLAGS+=" -DTIZEN_CONNMAN_NTP"
%endif
+%if 0%{?sec_product_feature_security_fstek_enable} == 1
+ CFLAGS+=" -DTIZEN_CONNMAN_USE_BLACKLIST"
+%endif
+%if 0%{?sec_product_feature_profile_wearable}
+ CFLAGS+=" -DTIZEN_WEARABLE"
+%endif
%endif
chmod +x bootstrap