From dd432032db34c2ca22570af5ac6794822ef4c877 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Wed, 11 Dec 2013 15:43:45 +0100 Subject: [PATCH] "pkg-config fuse3 --libs" gives the wrong library name Reported-by: Michael j Theall --- fuse3.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuse3.pc.in b/fuse3.pc.in index 0b52ba1..b59a1f3 100644 --- a/fuse3.pc.in +++ b/fuse3.pc.in @@ -6,6 +6,6 @@ includedir=@includedir@ Name: fuse Description: Filesystem in Userspace Version: @VERSION@ -Libs: -L${libdir} -lfuse -pthread +Libs: -L${libdir} -lfuse3 -pthread Libs.private: @libfuse_libs@ Cflags: -I${includedir}/fuse3 -- 2.30.2