From: Wei Liu Date: Fri, 5 Jun 2020 11:37:25 +0000 (+0100) Subject: libs/hypfs: use correct zlib name in pc file X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~103 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=81da3f2b4fa9ccbbdcd135275ee62f0817bcab26;p=xen.git libs/hypfs: use correct zlib name in pc file Its name is "zlib" not "z". Reported-by: Olaf Hering Fixes: 86234eafb952 ("libs: add libxenhypfs") Signed-off-by: Wei Liu Reviewed-by: Juergen Gross Acked-by: Ian Jackson Release-acked-by: Paul Durrant --- diff --git a/tools/libs/hypfs/xenhypfs.pc.in b/tools/libs/hypfs/xenhypfs.pc.in index 92a262c7a2..ef9fcc87bf 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