diff options
author | Miklos Szeredi <mszeredi@suse.cz> | 2013-07-25 17:58:48 +0200 |
---|---|---|
committer | Miklos Szeredi <mszeredi@suse.cz> | 2013-07-25 17:58:48 +0200 |
commit | 3c3f03b81f3027ef0a25bd790605265b384b93c1 (patch) | |
tree | bf3dd9c26414cb7f97f090cbc2a61062824566b2 /ChangeLog | |
parent | 0cb2db32e73cb06716ea797374c42e99d782643b (diff) | |
download | libfuse-3c3f03b81f3027ef0a25bd790605265b384b93c1.tar.gz |
ulockmgr: strip ulockmgr support from this source package
Distribute ulockmgr separately. It is not needed for the building of
libfuse, only fusexmp_fh. Check ulockmgr library in ./configure and if not
disable remote-lock suport in fusexmp_fh.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -5,6 +5,11 @@ libfuse3.*. Invoke pkg-config with "fuse3" as the first argument to build with version 3 of the library. + * ulockmgr: strip ulockmgr support from this source package and + distribute it separately. It is not needed for the building of + libfuse, only fusexmp_fh. Check ulockmgr library in ./configure + and if not disable remote-lock suport in fusexmp_fh. + 2013-07-24 Miklos Szeredi <miklos@szeredi.hu> * libfuse: remove "-D_FILE_OFFSET_BITS=64" from fuse.pc, add |