Rebuild with libslirp
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
name: qemu
|
||||
description: A generic and open source machine emulator and virtualizer
|
||||
version: 10.1.0
|
||||
revision: 1
|
||||
revision: 2
|
||||
url: https://www.qemu.org/
|
||||
license: GPL2-only,LGPL2.1-only
|
||||
architecture: any
|
||||
@@ -30,6 +30,7 @@ depends:
|
||||
- libpng
|
||||
- libpulse
|
||||
- libseccomp
|
||||
- libslirp
|
||||
- libssh2
|
||||
- liburing
|
||||
- lzo
|
||||
|
||||
@@ -2,12 +2,6 @@
|
||||
# BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE
|
||||
# BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT
|
||||
|
||||
# The prepare function is executed in the root of the temp directory
|
||||
# This function is used for putting downloaded files to the correct location or applying patches
|
||||
prepare() {
|
||||
echo "You may remove this function if you do not intend to use it"
|
||||
}
|
||||
|
||||
# The build function is executed in the source directory
|
||||
# This function is used to compile the source code
|
||||
build() {
|
||||
@@ -17,15 +11,14 @@ build() {
|
||||
../configure --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--audio-drv-list=alsa \
|
||||
--disable-user \
|
||||
--enable-attr \
|
||||
--enable-tcg \
|
||||
--enable-slirp \
|
||||
--enable-modules \
|
||||
--enable-sdl \
|
||||
--disable-slirp \
|
||||
--enable-tpm \
|
||||
--enable-kvm \
|
||||
--with-coroutine=ucontext
|
||||
make
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user