ssh_fuse: fix build

This commit is contained in:
Sergei Reznikov
2015-10-20 18:59:50 +03:00
parent 0df64e2802
commit e6c0afe5f4

View File

@@ -17,7 +17,7 @@ SOURCE_URI="http://downloads.sourceforge.net/project/fuse/sshfs-fuse/$portVersio
CHECKSUM_SHA256="e9171452e5d0150b9c6a2158fd2e2dcefb5d5d03ba4d208949e00a3a46c6e63e"
COPYRIGHT="2004-2012 Miklos Seredi"
LICENSE="GNU GPL v2"
REVISION="1"
REVISION="2"
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
@@ -52,8 +52,8 @@ 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" \
SSHFS_LIBS="-lposix_error_mapper -lnetwork -luserlandfs_fuse -lglib-2.0 -lgthread-2.0" runConfigure configure
SSHFS_LIBS="-lbsd -lposix_error_mapper -lnetwork -luserlandfs_fuse -lglib-2.0 -lgthread-2.0" runConfigure configure
make $jobArgs
}