Fix build issue about unittest and cloud interface
authorch79.cho <ch79.cho@samsung.com>
Thu, 18 Aug 2016 13:43:03 +0000 (22:43 +0900)
committerUze Choi <uzchoi@samsung.com>
Fri, 19 Aug 2016 02:33:11 +0000 (02:33 +0000)
commite9ebcb524cf440d2ac030da210f77cad71798168
tree8f9d9fc774bda173e224d5a4f56dd29548d5c839
parent34f2ae73886421a34c0a190272c8122a097336b3
Fix build issue about unittest and cloud interface

When notification service unittest build with '-Wl, --as-needed' LDFLAGS,
some build machine returns build fail.(this flag is default option.)
The default of passing --as-needed can be undone by passing --no-as-needed to the linker.
So, 'Wl, --no-as-needed' flag is added in notification unittest SConscript.

CloudPublish is removed, because it is not used by sample application.

Change-Id: Ibeeb0ec60d80da1e216c43ba635e2efc0f193b7e
Signed-off-by: ch79.cho <ch79.cho@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/10627
Reviewed-by: Uze Choi <uzchoi@samsung.com>
Tested-by: Uze Choi <uzchoi@samsung.com>
(cherry picked from commit 90959b0f2675d2e39770c1e6a02bff0e05d1a9ab)
Reviewed-on: https://gerrit.iotivity.org/gerrit/10631
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
service/notification/examples/linux/cloud_connector.c
service/notification/unittest/SConscript