diff --git a/qemu-7.1.0.build.sh b/qemu-7.1.0.build.sh index 967baaa..3c8c533 100755 --- a/qemu-7.1.0.build.sh +++ b/qemu-7.1.0.build.sh @@ -42,8 +42,10 @@ test -e qemu-${VERSION}.tar.xz || wget --no-verbose $URL test -d qemu-$VERSION || tar -xf qemu-${VERSION}.tar.xz cd qemu-$VERSION +. /package/pkg/python-3.10.6-0_debug/profile ./configure --prefix=${PREFIX} \ $targets \ + --enable-docs \ --enable-system \ --enable-jemalloc \ --audio-drv-list=${AUDIODRIVERS} \