IoTivity is a Internet of Things framework implementing the Open Interconnect Consortium Specification. The current version of IoTivity is still in heavy development and does not support all its intended features, but I still want to add it to the packages feed to make it easier for others to extend the OpenWrt support. Signed-off-by: Hauke Mehrtens <hauke.mehrtens@lantiq.com>
11 lines
524 B
Diff
11 lines
524 B
Diff
--- a/service/protocol-plugin/sample-app/linux/SConscript
|
|
+++ b/service/protocol-plugin/sample-app/linux/SConscript
|
|
@@ -41,7 +41,7 @@ if target_os not in ['windows', 'winrt']
|
|
|
|
sample_env.AppendUnique(LIBS = ['oc', 'oc_logger', 'octbstack',
|
|
'connectivity_abstraction', 'coap',
|
|
- 'ppm', 'pmimpl', 'dl'])
|
|
+ 'ppm', 'boost_system', 'pmimpl', 'dl'])
|
|
|
|
if env.get('SECURED') == '1':
|
|
sample_env.AppendUnique(LIBS = ['tinydtls'])
|