From c87bf0cfc656b4ae32b5e6ea926a71135b609a2e Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Tue, 15 Jun 2010 12:22:01 +0100 Subject: qemu: Fix linking of the native package on Fedora 13 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 --- meta/packages/qemu/qemu.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/packages/qemu/qemu.inc') diff --git a/meta/packages/qemu/qemu.inc b/meta/packages/qemu/qemu.inc index 0a0de2cc4..c744990d0 100644 --- a/meta/packages/qemu/qemu.inc +++ b/meta/packages/qemu/qemu.inc @@ -3,7 +3,7 @@ HOMEPAGE = "http://qemu.org" LICENSE = "GPL" DEPENDS = "zlib" -EXTRA_OECONF = "--target-list=arm-linux-user,arm-softmmu,i386-softmmu,x86_64-softmmu,mips-linux-user,mips-softmmu --disable-werror --disable-vnc-tls --extra-ldflags=-ldl" +EXTRA_OECONF = "--target-list=arm-linux-user,arm-softmmu,i386-softmmu,x86_64-softmmu,mips-linux-user,mips-softmmu --disable-werror --disable-vnc-tls" #EXTRA_OECONF += "--disable-sdl" inherit autotools -- cgit v1.2.3