summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/apt/apt-0.7.14/dso_linking_change_build_fix.patch
Commit message (Collapse)AuthorAgeFilesLines
* apt: revert the dso_linking_change patch as the new linker fixes itNitin A Kamble2011-01-241-25/+0
| | | | | | | | | | | | | The newer binutils recipe of version 2.21 has a fix for ld which avoids an issue where weak symbols like pthread_cancel were causing linking to fail wh --no-add-as-needed parameter was passed to ld. See more information here: http://bugs.debian.org/591405 This makes some of the fixes for breakage after gcc dso linking change unnecessary and this is one of them. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* apt: fix build issue with gcc dso linking changeNitin A Kamble2011-01-201-0/+25
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 libpthread library explicitely for linking to work without errors. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>