summaryrefslogtreecommitdiff
path: root/meta/packages/qemu/qemu-0.12.4/linker-flags.patch
Commit message (Collapse)AuthorAgeFilesLines
* qemu: Fix linking of the native package on Fedora 13Joshua Lock2010-06-151-0/+22
Fedora 13 switched the default behaviour of the linker to no longer indirectly link to required libraries (i.e. dependencies of a library already linked to). Therefore we need to explicitly pass the depended on libraries into the linker for building to work on Fedora 13. Signed-off-by: Joshua Lock <josh@linux.intel.com>