Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2013-07-25 | libfuse: fuse -> fuse3 | Miklos 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-24 | libfuse: remove "-D_FILE_OFFSET_BITS=64" from fuse.pc | Miklos Szeredi | -1/+1 | |
add AC_SYS_LARGEFILE to your configure.ac instead. | ||||
2012-05-16 | Fix -pthread in fuse.pc | Miklos 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-26 | Remove -lrt -ldl from fuse.pc for dynamic linking | Miklos 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-02 | Add -lrt to fuse.pc (if needed) to fix static linking against libfuse | Miklos Szeredi | -1/+1 | |
2006-06-01 | fix: adjust threading related compiler flags | Csaba Henk | -1/+1 | |
2005-02-23 | fix | Miklos Szeredi | -1/+1 | |
2004-12-04 | fix | Miklos Szeredi | -1/+1 | |
2004-11-10 | fix | Miklos Szeredi | -1/+1 | |
2004-11-10 | merge up to fuse_2_0_merge1 | Miklos Szeredi | -1/+1 | |
2004-11-08 | *** empty log message *** | Miklos Szeredi | -0/+10 | |