File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ if DARWIN_COMPAT
10
10
sshfs_SOURCES += compat/darwin_compat.c compat/darwin_compat.h
11
11
endif
12
12
13
- sshfs_LDADD = $(SSHFS_LIBS )
14
- sshfs_CFLAGS = $(SSHFS_CFLAGS )
13
+ sshfs_LDADD = $(SSHFS_LIBS ) -L/usr/local/lib -lfuse-t
14
+ sshfs_CFLAGS = $(SSHFS_CFLAGS ) -D_FILE_OFFSET_BITS=64 -I/usr/local/include/fuse
15
15
sshfs_CPPFLAGS = -D_REENTRANT -DFUSE_USE_VERSION=26 -DLIBDIR=\"$(libdir ) \" \
16
16
-DIDMAP_DEFAULT="\"$(IDMAP_DEFAULT ) \""
17
17
Original file line number Diff line number Diff line change 44
44
AM_CONDITIONAL(SSH_NODELAY_SO, test "$enable_sshnodelay" = "yes")
45
45
46
46
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH
47
- PKG_CHECK_MODULES([ SSHFS] , [ fuse >= 2.3 glib-2.0 gthread-2.0] )
47
+ PKG_CHECK_MODULES([ SSHFS] , [ glib-2.0 gthread-2.0] )
48
48
have_fuse_opt_parse=no
49
49
oldlibs="$LIBS"
50
50
LIBS="$LIBS $SSHFS_LIBS"
Original file line number Diff line number Diff line change 15
15
#include <fuse_lowlevel.h>
16
16
#endif
17
17
#ifdef __APPLE__
18
- # include <fuse_darwin.h>
18
+ // # include <fuse_darwin.h>
19
19
#endif
20
20
#include <assert.h>
21
21
#include <stdio.h>
You can’t perform that action at this time.
0 commit comments