summaryrefslogtreecommitdiff
path: root/recipes/qemu/qemu_0.10.3.bb
diff options
context:
space:
mode:
authorYuri Bushmelev <jay4mail@gmail.com>2009-12-15 23:11:46 +0300
committerYuri Bushmelev <jay4mail@gmail.com>2009-12-15 23:11:46 +0300
commit4e9de808a7cc1f90f33864bdfe06fa9b917ea654 (patch)
treec6223413186320c4ff39918dfa1b2e9918102389 /recipes/qemu/qemu_0.10.3.bb
parent47d6cb217ff161738488f4f82af9dd8f8c616ce0 (diff)
Patch added to fix QEMU 0.10.3 compilation on distros with FORTIFY_SOURCE enabled.
Diffstat (limited to 'recipes/qemu/qemu_0.10.3.bb')
-rw-r--r--recipes/qemu/qemu_0.10.3.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/qemu/qemu_0.10.3.bb b/recipes/qemu/qemu_0.10.3.bb
index f65f60decd..182f4b4407 100644
--- a/recipes/qemu/qemu_0.10.3.bb
+++ b/recipes/qemu/qemu_0.10.3.bb
@@ -22,6 +22,7 @@ SRC_URI = "\
file://fix_segfault.patch;patch=1 \
file://no-strip.patch;patch=1 \
file://fix_baum_c_compilation.patch;patch=1 \
+ file://fix_fortify_source_compilation.patch;patch=1 \
"
S = "${WORKDIR}/qemu-${PV}"