diff options
Diffstat (limited to 'user/qemu')
-rw-r--r-- | user/qemu/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/user/qemu/APKBUILD b/user/qemu/APKBUILD index f64964b3c..db9ce1e59 100644 --- a/user/qemu/APKBUILD +++ b/user/qemu/APKBUILD @@ -5,7 +5,7 @@ # Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=qemu pkgver=3.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="Machine emulator and virtualisation software" url="https://www.qemu.org/" arch="all" @@ -209,6 +209,7 @@ _compile_common() { --disable-werror \ --disable-sdl \ --disable-xen \ + --disable-gcrypt \ --cc="${CC:-gcc}" \ --python="/usr/bin/python3" \ "$@" |