summaryrefslogtreecommitdiff
path: root/meta/recipes-sato/pimlico/dates/dso_linking_change_build_fix.patch
Commit message (Collapse)AuthorAgeFilesLines
* dates: fix build issue with gcc dso linking changeNitin A Kamble2011-01-201-0/+44
All the libraries needs to be specified explicitely with the new gcc dso linking change patch. This was causing build errors for this recipe. Specifying the libm and libpango-1.0 libraries explicitely for linking to work without errors. This is identified as a libtool issue. While creating the libgtkdatesview.la file, libtool should have added these needed libraries in there. A bug has been created for this issue: http://bugzilla.pokylinux.org/show_bug.cgi?id=664 Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>