From: Ben Schweikert Date: Mon, 2 May 2011 17:27:57 +0000 (+0200) Subject: Qemu-kvm: Fixed some configuration errors. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef4f994f936daa68fc0ba1bbfc1f16ce5bee8b28;p=ipfire-3.x.git Qemu-kvm: Fixed some configuration errors. --- diff --git a/pkgs/qemu/qemu.nm b/pkgs/qemu/qemu.nm index bda63da30..fc85afca9 100644 --- a/pkgs/qemu/qemu.nm +++ b/pkgs/qemu/qemu.nm @@ -59,8 +59,11 @@ CONFIGURE_OPTIONS = \ --extra-cflags="$(CFLAGS)" \ --disable-strip \ --disable-xen \ - --sysconfdir=/etc + --sysconfdir=/etc \ + --target-list="i386-softmmu" +# target-list is not working with i386 because of some PIE or PIC errors +# --target-list="i386-linux-user i386-softmmu" define STAGE_CONFIGURE_CMDS cd $(DIR_APP) && sed -e "s@-Wl,-rpath,/usr/lib@@g" -i */config-target.mak