Rebuild with libslirp

This commit is contained in:
2025-10-02 14:51:49 +03:00
parent 5dab505f6a
commit 9e6981f709
2 changed files with 3 additions and 9 deletions
+1 -8
View File
@@ -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
}