resource-manipulation: rcs_common.so add missing depending library
authorjyong2.kim <jyong2.kim@samsung.com>
Fri, 24 Jul 2015 11:19:24 +0000 (20:19 +0900)
committerUze Choi <uzchoi@samsung.com>
Fri, 24 Jul 2015 11:32:33 +0000 (11:32 +0000)
commitdd470a2413c0d3ead79b9219e59fcea17fcfcad3
tree35cfc6e79aa80e050455bbecc9ac8af9fbf71fd7
parent32e39b18fb4fd01408898a0ccba751f0033800c7
resource-manipulation: rcs_common.so add missing depending library

rcs_common.so is also depending on liboc.so and libpthread.so, this
patch adds these dependencies to the build.
Add LIBPATH to make sure the libs will be found, this fixes a problem
in some jenkins tests.

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

Change-Id: I753c5ec2d35876c789d93d843542344257f44c54
Signed-off-by: jyong2.kim <jyong2.kim@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/1883
Reviewed-by: Uze Choi <uzchoi@samsung.com>
Tested-by: Uze Choi <uzchoi@samsung.com>
service/resource-manipulation/src/common/SConscript