liboc: add missing depending library
authorHauke Mehrtens <hauke.mehrtens@lantiq.com>
Tue, 21 Jul 2015 18:50:39 +0000 (20:50 +0200)
committerErich Keane <erich.keane@intel.com>
Thu, 23 Jul 2015 21:20:19 +0000 (21:20 +0000)
commitb13839cceaae97d7d23b54586da1ad7ac85ab2b6
tree5ee12afd5e6bc3ec154f5b22f2820bcb50f5a3d4
parent6ce84982ea5cf8597d28516998be9a3823bd3b56
liboc: add missing depending library

liboc.so depends on liboctbstack.so, liboc_logger.so and pthread, 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: I971b45669adef31dc9cca719884ebeb74aaf735e
Signed-off-by: Hauke Mehrtens <hauke.mehrtens@lantiq.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/1794
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Erich Keane <erich.keane@intel.com>
resource/src/SConscript