mirror of
https://github.com/libfuse/libfuse.git
synced 2024-12-03 17:14:18 +08:00
3b91a5041a
Remove -lrt -ldl from fuse.pc for dynamic linking since libfuse.so is already linked with these libraries. Reported by: Nikolaus Rath
12 lines
256 B
PkgConfig
12 lines
256 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: fuse
|
|
Description: Filesystem in Userspace
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lfuse
|
|
Libs.private: @libfuse_libs@
|
|
Cflags: -I${includedir}/fuse -D_FILE_OFFSET_BITS=64
|