Re: [Qemu-devel] [PATCH v4 02/24] crypto: Merge crypto-obj-y into libqemuutil.a

2019-05-07 Thread Richard Henderson
On 5/7/19 8:58 PM, Richard Henderson wrote: > On 5/7/19 2:03 AM, Laurent Vivier wrote: >> This patch breaks linux-user statically linked build on Fedora. >> >> Fedora doesn't provide static version of nettle and gcrypt, so the configure >> fails. >> >> You should update the configure for them like

Re: [Qemu-devel] [PATCH v4 02/24] crypto: Merge crypto-obj-y into libqemuutil.a

2019-05-07 Thread Richard Henderson
On 5/7/19 2:03 AM, Laurent Vivier wrote: > This patch breaks linux-user statically linked build on Fedora. > > Fedora doesn't provide static version of nettle and gcrypt, so the configure > fails. > > You should update the configure for them like you did for gnutls in PATCH 1. Which fedora? I j

Re: [Qemu-devel] [PATCH v4 02/24] crypto: Merge crypto-obj-y into libqemuutil.a

2019-05-07 Thread Laurent Vivier
On 06/05/2019 19:33, Richard Henderson wrote: We will shortly need this in the user-only binaries, so drop the split into system and tools binaries. This also means that crypto-aes-obj-y can be merged back into crypto-obj-y. This patch breaks linux-user statically linked build on Fedora. Fed

[Qemu-devel] [PATCH v4 02/24] crypto: Merge crypto-obj-y into libqemuutil.a

2019-05-06 Thread Richard Henderson
We will shortly need this in the user-only binaries, so drop the split into system and tools binaries. This also means that crypto-aes-obj-y can be merged back into crypto-obj-y. Cc: Daniel P. Berrangé Signed-off-by: Richard Henderson --- Makefile | 12 +--- Makefile.objs