[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH for-4.14] libs/hypfs: use correct zlib name in pc file
Its name is "zlib" not "z". Reported-by: Olaf Hering <olaf@xxxxxxxxx> Fixes: 86234eafb952 ("libs: add libxenhypfs") Signed-off-by: Wei Liu <wl@xxxxxxx> --- Cc: paul@xxxxxxx Cc: jgross@xxxxxxxx --- tools/libs/hypfs/xenhypfs.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |