diff options
| author | Michael Forney <mforney@mforney.org> | 2019-03-18 14:15:04 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-03-19 00:52:21 -0700 |
| commit | 638a869d2c7ada3ed7a33c19ed269d19989c708f (patch) | |
| tree | 82c16a3b07697f9552a9a65ecb87725a4cdefc2a /pkg/fuse/gen.lua | |
| parent | 4e554f04953e88ec03f645001c5153461d760bc0 (diff) | |
fuse: Update to 3.4.2
Diffstat (limited to 'pkg/fuse/gen.lua')
| -rw-r--r-- | pkg/fuse/gen.lua | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pkg/fuse/gen.lua b/pkg/fuse/gen.lua index 8554009a..27e8604a 100644 --- a/pkg/fuse/gen.lua +++ b/pkg/fuse/gen.lua @@ -1,5 +1,4 @@ cflags{ - '-D FUSE_USE_VERSION=33', '-I $dir', '-I $srcdir/include', '-I $srcdir/lib', @@ -15,8 +14,8 @@ lib('libfuse.a', [[lib/( fuse.c fuse_loop.c fuse_loop_mt.c fuse_lowlevel.c fuse_opt.c fuse_signals.c buffer.c cuse_lowlevel.c - helper.c modules/subdir.c - mount.c mount_util.c.o + helper.c modules/subdir.c mount_util.c.o + mount.c )]]) fetch 'git' |
