diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2013-11-15 21:03:42 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-16 13:57:35 -0600 |
commit | 5d034b3ed7a3c221296cf5b53386867a3f4a2d86 (patch) | |
tree | ca5196f6ecf09cc4acf168b6c2edc9ce2f4216c8 /system/qemu-legacy/README | |
parent | b8e9594ef5430f196ef1a185b2857b2057b25250 (diff) | |
download | slackbuilds-5d034b3ed7a3c221296cf5b53386867a3f4a2d86.tar.gz |
system/qemu-legacy: Patched to fix a couple of build errors
However, this still won't build:
/tmp/SBo/qemu-0.11.1/linux-user/signal.c:3282:24: error: field ‘info’ has incomplete type
struct siginfo info;
^
make[1]: *** [signal.o] Error 1
make: *** [subdir-cris-linux-user] Error 2
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/qemu-legacy/README')
-rw-r--r-- | system/qemu-legacy/README | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/system/qemu-legacy/README b/system/qemu-legacy/README index 5e7a333cb8..823d2cb503 100644 --- a/system/qemu-legacy/README +++ b/system/qemu-legacy/README @@ -3,6 +3,5 @@ qemu (open source processor emulator) QEMU is a generic and open source processor emulator which achieves a good emulation speed by using dynamic translation. -This SlackBuild builds qemu-0.11.1 which was the last version to -support the kqemu kernel module (also available here). It is for -people with hardware that doesn't support virtualisation. +This SlackBuild builds qemu-0.11.1 which is for people with hardware +that doesn't support virtualisation. |