From 52d4e69515ced1a4471fbad1103bf19fcb136611 Mon Sep 17 00:00:00 2001 From: Luis Ressel Date: Fri, 1 Mar 2019 02:08:14 +0100 Subject: user/qemu: Explicitly disable gcrypt support It's currently an automagic dep, and linking against both nettle and gcrypt may be problematic. --- user/qemu/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'user/qemu') 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 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" \ "$@" -- cgit v1.2.3-60-g2f50