Re: [PATCH] build: rename CONFIG_LIBCAP to CONFIG_LIBCAP_NG

2019-11-29 Thread Greg Kurz
On Fri, 29 Nov 2019 12:16:31 +0100 Paolo Bonzini wrote: > Since we are using the newer capng library, rename the symbol to match. > > Signed-off-by: Paolo Bonzini > --- Reviewed-by: Greg Kurz > configure | 2 +- > qemu-bridge-helper.c | 6 +++--- > scsi/qemu-pr-helper.c | 12

Re: [PATCH] build: rename CONFIG_LIBCAP to CONFIG_LIBCAP_NG

2019-11-29 Thread Dr. David Alan Gilbert
* Paolo Bonzini (pbonz...@redhat.com) wrote: > Since we are using the newer capng library, rename the symbol to match. > > Signed-off-by: Paolo Bonzini Reviewed-by: Dr. David Alan Gilbert > --- > configure | 2 +- > qemu-bridge-helper.c | 6 +++--- > scsi/qemu-pr-helper.c | 12

[PATCH] build: rename CONFIG_LIBCAP to CONFIG_LIBCAP_NG

2019-11-29 Thread Paolo Bonzini
Since we are using the newer capng library, rename the symbol to match. Signed-off-by: Paolo Bonzini --- configure | 2 +- qemu-bridge-helper.c | 6 +++--- scsi/qemu-pr-helper.c | 12 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/configure b/configu