]> code.ossystems Code Review - openembedded-core.git/commit
oprofileui: fix the build failure after gcc dso change
authorNitin A Kamble <nitin.a.kamble@intel.com>
Tue, 11 Jan 2011 11:49:06 +0000 (03:49 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 20 Jan 2011 21:37:03 +0000 (21:37 +0000)
commitd9276d4a043c4b3f32a681531e6b9e92d45222c7
treeac3835faf59a2958f31e2310f718717007255ad9
parentf7c568941aba9279c4351f39bc4396e35244d4d0
oprofileui: fix the build failure after gcc dso change

With a change in gcc all the libraries needs to be specified explicitely
for linking. That breaks compile for this package as libm is not
explicitely specified. This commit fixes that linking  issue.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
meta/recipes-kernel/oprofile/oprofileui-svn.inc
meta/recipes-kernel/oprofile/oprofileui/dso_linking_change_build_fix.patch [new file with mode: 0644]