protocol-plugin: sample-app: add missing lib to mqttclient
authorHauke Mehrtens <hauke.mehrtens@lantiq.com>
Mon, 29 Jun 2015 21:29:47 +0000 (23:29 +0200)
committerUze Choi <uzchoi@samsung.com>
Mon, 6 Jul 2015 01:11:18 +0000 (01:11 +0000)
commitd1544ce65d27eb9acc207dc944537896269c75a5
tree0e85416bc9d2b73a2560a2038b4e56f0ceb7a350
parent2fac07c1c2b53ae616c54c00f39995d66b94a929
protocol-plugin: sample-app: add missing lib to mqttclient

The mqttclient file does not link successfully on OpenWrt with boost
1.58.0. Without this patch I am getting this error message:

out/linux/arm/release/service/protocol-plugin/sample-app/linux/mqtt/mqttclient.o: In function `_GLOBAL__sub_I_mqttclient.cpp':
mqttclient.cpp:(.text.startup+0x7a0): undefined reference to `boost::system::generic_category()'
mqttclient.cpp:(.text.startup+0x7a8): undefined reference to `boost::system::generic_category()'
mqttclient.cpp:(.text.startup+0x7b0): undefined reference to `boost::system::system_category()'
out/linux/arm/release/libppm.a(PluginManager.o): In function `_GLOBAL__sub_I_PluginManager.cpp':
PluginManager.cpp:(.text.startup+0x8): undefined reference to `boost::system::generic_category()'
PluginManager.cpp:(.text.startup+0x1c): undefined reference to `boost::system::generic_category()'
PluginManager.cpp:(.text.startup+0x28): undefined reference to `boost::system::system_category()'

Change-Id: Ib5728b37609de6b9b426888c77eb3522eb5e0b7d
Signed-off-by: Hauke Mehrtens <hauke.mehrtens@lantiq.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/1446
Reviewed-by: Erich Keane <erich.keane@intel.com>
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Younghyun Joo <yh_.joo@samsung.com>
Reviewed-by: Uze Choi <uzchoi@samsung.com>
service/protocol-plugin/sample-app/linux/SConscript