aboutsummaryrefslogtreecommitdiffstats
path: root/fuse.pc.in
AgeCommit message (Collapse)AuthorLines
2013-07-25libfuse: fuse -> fuse3Miklos Szeredi-11/+0
Allow 2.X and 3.X to coexist. Includes are now stored under /usr/include/fuse3 and library is named libfuse3.*. Invoke pkg-config with "fuse3" as the first argument to build with version 3 of the library.
2013-07-24libfuse: remove "-D_FILE_OFFSET_BITS=64" from fuse.pcMiklos Szeredi-1/+1
add AC_SYS_LARGEFILE to your configure.ac instead.
2012-05-16Fix -pthread in fuse.pcMiklos Szeredi-1/+1
Linking to a library that uses threads requires the application to be linked with -pthreads otherwise some pthread functions will be linked to stubs in glibc. So move -pthread from Libs.private to Libs in fuse.pc. Reported by Werner Fink
2011-05-26Remove -lrt -ldl from fuse.pc for dynamic linkingMiklos Szeredi-1/+2
Remove -lrt -ldl from fuse.pc for dynamic linking since libfuse.so is already linked with these libraries. Reported by: Nikolaus Rath
2006-12-02Add -lrt to fuse.pc (if needed) to fix static linking against libfuseMiklos Szeredi-1/+1
2006-06-01fix: adjust threading related compiler flagsCsaba Henk-1/+1
2005-02-23fixMiklos Szeredi-1/+1
2004-12-04fixMiklos Szeredi-1/+1
2004-11-10fixMiklos Szeredi-1/+1
2004-11-10merge up to fuse_2_0_merge1Miklos Szeredi-1/+1
2004-11-08*** empty log message ***Miklos Szeredi-0/+10