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 |
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
> -----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>
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 --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
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(-)