From e6c0afe5f435ba94d53dcc7565a4681eb4be4dea Mon Sep 17 00:00:00 2001 From: Sergei Reznikov Date: Tue, 20 Oct 2015 18:59:50 +0300 Subject: [PATCH] ssh_fuse: fix build --- sys-fs/ssh-fuse/sshfs_fuse-2.5.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-fs/ssh-fuse/sshfs_fuse-2.5.recipe b/sys-fs/ssh-fuse/sshfs_fuse-2.5.recipe index 5ef0cbb97..2cafc75a5 100644 --- a/sys-fs/ssh-fuse/sshfs_fuse-2.5.recipe +++ b/sys-fs/ssh-fuse/sshfs_fuse-2.5.recipe @@ -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 }