Skip to content

Commit

Permalink
sshfs_fuse: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
diversys committed Nov 17, 2015
1 parent 4348e58 commit 01ef629
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sys-fs/ssh-fuse/sshfs_fuse-2.5.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,10 @@ PATCHES="sshfs-$portVersion.patch"

BUILD()
{
SSHFS_CFLAGS="-DB_USE_POSITIVE_POSIX_ERRORS -I/system/develop/headers/userlandfs/fuse -I/system/develop/headers/glib-2.0 -I/system/develop/lib/glib-2.0/include -D_FILE_OFFSET_BITS=64" \
export SSHFS_CFLAGS="-DB_USE_POSITIVE_POSIX_ERRORS -I/system/develop/headers/userlandfs/fuse -I/system/develop/headers/glib-2.0 -I/system/develop/lib/glib-2.0/include -D_FILE_OFFSET_BITS=64"

SSHFS_LIBS="-lbsd -lposix_error_mapper -lnetwork -luserlandfs_fuse -lglib-2.0 -lgthread-2.0" runConfigure configure
export SSHFS_LIBS="-lbsd -lposix_error_mapper -lnetwork -luserlandfs_fuse -lglib-2.0 -lgthread-2.0"
runConfigure configure
make $jobArgs
}

Expand Down

0 comments on commit 01ef629

Please sign in to comment.