]> xenbits.xensource.com Git - people/sstabellini/xen-unstable.git/.git/commitdiff
libs/hypfs: use correct zlib name in pc file
authorWei Liu <wl@xen.org>
Fri, 5 Jun 2020 11:37:25 +0000 (12:37 +0100)
committerIan Jackson <ian.jackson@eu.citrix.com>
Fri, 5 Jun 2020 14:52:47 +0000 (15:52 +0100)
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>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Release-acked-by: Paul Durrant <paul@xen.org>
tools/libs/hypfs/xenhypfs.pc.in

index 92a262c7a25285f526797410c7f5c663bd011d6f..ef9fcc87bf3719a0d3744f4b9477f831ca56da8c 100644 (file)
@@ -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