csdk: libconnectivity_abstraction.so: add missing depending library
authorHauke Mehrtens <hauke@hauke-m.de>
Wed, 22 Jul 2015 21:05:19 +0000 (23:05 +0200)
committerUze Choi <uzchoi@samsung.com>
Fri, 24 Jul 2015 11:07:50 +0000 (11:07 +0000)
commit32e39b18fb4fd01408898a0ccba751f0033800c7
treedfc0953cfbc53284ca07611d46bcae35fd90ff8c
parentcb22f0ea673fe4c3016f1c678390169b407855ed
csdk: libconnectivity_abstraction.so: add missing depending library

libconnectivity_abstractionso depends on libcoap.so and librt.so when
build as shared lib, which is the case for the Tizen build. This patch
adds these dependencies to the build.

Without this the dynamic loader will not automatically load these
libraries and it could result in unresolved dependencies at runtime.

Change-Id: Ib972be2b766d7fbccac9b246ae6f11e6182af94c
Signed-off-by: Hauke Mehrtens <hauke.mehrtens@lantiq.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/1825
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Uze Choi <uzchoi@samsung.com>
Tested-by: Uze Choi <uzchoi@samsung.com>
resource/csdk/connectivity/src/SConscript