diff options
Diffstat (limited to 'recipes/qemu/qemu_0.10.3.bb')
-rw-r--r-- | recipes/qemu/qemu_0.10.3.bb | 1 |
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}" |