# HG changeset patch # User Pascal Bellard # Date 1484213129 -3600 # Node ID 22244c3bcd35a31bf3ef04cfd9d1a23515429ba0 # Parent 186a8b6ac51e101cbb39baee1bd2a9d3bb40a1cc Up libssh2 (1.8.0), sshfs-fuse (2.8) again diff -r 186a8b6ac51e -r 22244c3bcd35 libssh2/receipt --- a/libssh2/receipt Thu Jan 12 09:42:44 2017 +0100 +++ b/libssh2/receipt Thu Jan 12 10:25:29 2017 +0100 @@ -10,8 +10,8 @@ WEB_SITE="http://www.libssh2.org/" WGET_URL="$WEB_SITE/download/$TARBALL" -DEPENDS="libgcrypt zlib libgpg-error" -BUILD_DEPENDS="libgcrypt-dev zlib-dev" +DEPENDS="libgcrypt zlib libgpg-error libssl" +BUILD_DEPENDS="libgcrypt-dev zlib-dev openssl-dev" # Rules to configure and make the package. compile_rules() diff -r 186a8b6ac51e -r 22244c3bcd35 sshfs-fuse/receipt --- a/sshfs-fuse/receipt Thu Jan 12 09:42:44 2017 +0100 +++ b/sshfs-fuse/receipt Thu Jan 12 10:25:29 2017 +0100 @@ -14,11 +14,16 @@ TAGS="ssh" DEPENDS="fuse openssh sftp-server glib" -BUILD_DEPENDS="fuse-dev gettext glib-dev pkg-config" +BUILD_DEPENDS="fuse-dev gettext glib-dev pkg-config autoconf automake libtool" # Rules to configure and make the package. compile_rules() { + libtoolize --force + aclocal + autoheader + automake --force-missing --add-missing + autoconf ./configure --prefix=/usr \ --mandir=/usr/share/man $CONFIGURE_ARGS && make &&