wok diff sshfs-fuse/receipt @ rev 19839

dropbear/sshx: allow localhost connection
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 12 10:07:24 2017 +0100 (2017-03-12)
parents 22244c3bcd35
children c03f68de51be
line diff
     1.1 --- a/sshfs-fuse/receipt	Thu Jan 12 10:25:29 2017 +0100
     1.2 +++ b/sshfs-fuse/receipt	Sun Mar 12 10:07:24 2017 +0100
     1.3 @@ -13,7 +13,8 @@
     1.4  PROVIDE="rsshfs sshfs"
     1.5  TAGS="ssh"
     1.6  
     1.7 -DEPENDS="fuse openssh sftp-server glib"
     1.8 +DEPENDS="fuse ssh sftp-server glib"
     1.9 +SUGGESTED="openssh"
    1.10  BUILD_DEPENDS="fuse-dev gettext glib-dev pkg-config autoconf automake libtool"
    1.11  
    1.12  # Rules to configure and make the package.