]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Qemu-kvm: Fixed some configuration errors.
authorBen Schweikert <trikolon@ipfire.org>
Mon, 2 May 2011 17:27:57 +0000 (19:27 +0200)
committerBen Schweikert <trikolon@ipfire.org>
Mon, 2 May 2011 17:27:57 +0000 (19:27 +0200)
pkgs/qemu/qemu.nm

index bda63da3047f232fefc46593871da0f8448c6401..fc85afca927e2be632ecf3e8916e979da86544b6 100644 (file)
@@ -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