summaryrefslogtreecommitdiffstats
path: root/qemu-kvm
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2010-08-23 20:16:09 +0000
committer Eric Hameleers <alien@slackware.com>2010-08-23 20:16:09 +0000
commit3bd3880111a4d1c7b5f8e1a336e81ea683f3d314 (patch)
tree427a81e3803d16b8c3e487d374341911deb5bf2c /qemu-kvm
parenta06c51a40e165ae524790bff7b1767244406f17e (diff)
downloadasb-3bd3880111a4d1c7b5f8e1a336e81ea683f3d314.tar.gz
asb-3bd3880111a4d1c7b5f8e1a336e81ea683f3d314.tar.xz
Oops... only the x86_64 system target got built
Diffstat (limited to 'qemu-kvm')
-rwxr-xr-xqemu-kvm/build/qemu-kvm.SlackBuild9
1 files changed, 7 insertions, 2 deletions
diff --git a/qemu-kvm/build/qemu-kvm.SlackBuild b/qemu-kvm/build/qemu-kvm.SlackBuild
index b5a7271a..b50af682 100755
--- a/qemu-kvm/build/qemu-kvm.SlackBuild
+++ b/qemu-kvm/build/qemu-kvm.SlackBuild
@@ -28,7 +28,7 @@
# For: qemu-kvm
# Descr: userspace component for kvm
# URL: http://www.linux-kvm.org/page/Main_Page
-# Needs:
+# Needs: vde
# Changelog:
# 0.12.5-1: 23/Aug/2010 by Eric Hameleers <alien@slackware.com>
# * Initial build.
@@ -158,13 +158,17 @@ CFLAGS="$SLKCFLAGS" \
--prefix=/usr \
--enable-system \
--enable-linux-user \
+ --target-list="" \
--enable-mixemu \
+ --enable-vde \
--audio-drv-list=oss,alsa,sdl,esd \
2>&1 | tee $OUTPUT/configure-${PRGNAM}.log
# If you do not care for all the exotic target platforms, then you can add
# a subset of targets to the 'configure' block right above. For instance,
- # to only build x86_64 and arm targets, add this line:
+ # to only build x86_64 and arm targets, change this line:
+ # --target-list="" \
+ # to:
# --target-list=x86_64-softmmu,x86_64-linux-user,arm-softmmu,arm-linux-user \
# The default configuration will cause 'make' to strip the binaries:
@@ -189,6 +193,7 @@ fi
# Add a package description:
mkdir -p $PKG/install
cat $SRCDIR/slack-desc > $PKG/install/slack-desc
+cat $SRCDIR/slack-required > $PKG/install/slack-required
# Build the package:
cd $PKG