diff mbox series

[for-4.14] libs/hypfs: use correct zlib name in pc file

Message ID 20200605113725.30982-1-wl@xen.org (mailing list archive)
State New, archived
Headers show
Series [for-4.14] libs/hypfs: use correct zlib name in pc file | expand

Commit Message

Wei Liu June 5, 2020, 11:37 a.m. UTC
Its name is "zlib" not "z".

Reported-by: Olaf Hering <olaf@aepfle.de>
Fixes: 86234eafb952 ("libs: add libxenhypfs")
Signed-off-by: Wei Liu <wl@xen.org>
---
Cc: paul@xen.org
Cc: jgross@suse.com
---
 tools/libs/hypfs/xenhypfs.pc.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jürgen Groß June 5, 2020, 11:43 a.m. UTC | #1
On 05.06.20 13:37, Wei Liu wrote:
> Its name is "zlib" not "z".
> 
> Reported-by: Olaf Hering <olaf@aepfle.de>
> Fixes: 86234eafb952 ("libs: add libxenhypfs")
> Signed-off-by: Wei Liu <wl@xen.org>

Reviewed-by: Juergen Gross <jgross@suse.com>


Juergen
Paul Durrant June 5, 2020, 11:58 a.m. UTC | #2
> -----Original Message-----
> From: Jürgen Groß <jgross@suse.com>
> Sent: 05 June 2020 12:43
> To: Wei Liu <wl@xen.org>; Xen Development List <xen-devel@lists.xenproject.org>
> Cc: Olaf Hering <olaf@aepfle.de>; paul@xen.org; Ian Jackson <ian.jackson@eu.citrix.com>
> Subject: Re: [PATCH for-4.14] libs/hypfs: use correct zlib name in pc file
> 
> On 05.06.20 13:37, Wei Liu wrote:
> > Its name is "zlib" not "z".
> >
> > Reported-by: Olaf Hering <olaf@aepfle.de>
> > Fixes: 86234eafb952 ("libs: add libxenhypfs")
> > Signed-off-by: Wei Liu <wl@xen.org>
> 
> Reviewed-by: Juergen Gross <jgross@suse.com>
>

Release-acked-by: Paul Durrant <paul@xen.org>
Ian Jackson June 5, 2020, 2:53 p.m. UTC | #3
Paul Durrant writes ("RE: [PATCH for-4.14] libs/hypfs: use correct zlib name in pc file"):
> > -----Original Message-----
> > From: Jürgen Groß <jgross@suse.com>
> > Sent: 05 June 2020 12:43
> > To: Wei Liu <wl@xen.org>; Xen Development List <xen-devel@lists.xenproject.org>
> > Cc: Olaf Hering <olaf@aepfle.de>; paul@xen.org; Ian Jackson <ian.jackson@eu.citrix.com>
> > Subject: Re: [PATCH for-4.14] libs/hypfs: use correct zlib name in pc file
> > 
> > On 05.06.20 13:37, Wei Liu wrote:
> > > Its name is "zlib" not "z".
> > >
> > > Reported-by: Olaf Hering <olaf@aepfle.de>
> > > Fixes: 86234eafb952 ("libs: add libxenhypfs")
> > > Signed-off-by: Wei Liu <wl@xen.org>
> > 
> > Reviewed-by: Juergen Gross <jgross@suse.com>
> >
> 
> Release-acked-by: Paul Durrant <paul@xen.org>

Thanks all.  Committed.

Ian.
diff mbox series

Patch

diff --git a/tools/libs/hypfs/xenhypfs.pc.in b/tools/libs/hypfs/xenhypfs.pc.in
index 92a262c7a252..ef9fcc87bf37 100644
--- a/tools/libs/hypfs/xenhypfs.pc.in
+++ b/tools/libs/hypfs/xenhypfs.pc.in
@@ -7,4 +7,4 @@  Description: The Xenhypfs library for Xen hypervisor
 Version: @@version@@
 Cflags: -I${includedir} @@cflagslocal@@
 Libs: @@libsflag@@${libdir} -lxenhypfs
-Requires.private: xentoolcore,xentoollog,xencall,z
+Requires.private: xentoolcore,xentoollog,xencall,zlib