Re: [XEN PATCH 19/57] tools/configure.ac: Create ZLIB_LIBS and ZLIB_CFLAGS

2021-12-21 Thread Anthony PERARD
On Thu, Dec 16, 2021 at 05:16:05PM +, Andrew Cooper wrote: > On 06/12/2021 17:02, Anthony PERARD wrote: > > diff --git a/tools/libs/guest/Makefile b/tools/libs/guest/Makefile > > index 8f5f3acd21..1f4b7f7c58 100644 > > --- a/tools/libs/guest/Makefile > > +++ b/tools/libs/guest/Makefile > > @@ -

Re: [XEN PATCH 19/57] tools/configure.ac: Create ZLIB_LIBS and ZLIB_CFLAGS

2021-12-16 Thread Andrew Cooper
On 06/12/2021 17:02, Anthony PERARD wrote: > diff --git a/tools/libs/guest/Makefile b/tools/libs/guest/Makefile > index 8f5f3acd21..1f4b7f7c58 100644 > --- a/tools/libs/guest/Makefile > +++ b/tools/libs/guest/Makefile > @@ -103,8 +102,7 @@ NO_HEADERS_CHK := y > > include $(XEN_ROOT)/tools/libs/l

Re: [XEN PATCH 19/57] tools/configure.ac: Create ZLIB_LIBS and ZLIB_CFLAGS

2021-12-07 Thread Juergen Gross
On 06.12.21 18:02, Anthony PERARD wrote: Use both ZLIB_CFLAGS and ZLIB_LIBS instead of cherry-picking flags from a single "ZLIB" variable. Signed-off-by: Anthony PERARD Reviewed-by: Juergen Gross Juergen OpenPGP_0xB0DE9DD628BF132F.asc Description: OpenPGP public key OpenPGP_signature D

[XEN PATCH 19/57] tools/configure.ac: Create ZLIB_LIBS and ZLIB_CFLAGS

2021-12-06 Thread Anthony PERARD
Use both ZLIB_CFLAGS and ZLIB_LIBS instead of cherry-picking flags from a single "ZLIB" variable. Signed-off-by: Anthony PERARD --- tools/configure.ac| 19 ++- config/Tools.mk.in| 3 ++- tools/configure | 22 ++ tools/libs/guest/Make