From c48e3bc42f0b62953391dc8eacf47f719b6a5ab9 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Wed, 25 Feb 2015 20:34:32 +0100 Subject: libssh: re-added as a dependency for kde-rumtime. The version of libssh in Slackware is too old, and the 'sftp' kioslave (kio_sftp.so) will refuse to compile. --- deps/libssh/libssh.SlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'deps/libssh/libssh.SlackBuild') diff --git a/deps/libssh/libssh.SlackBuild b/deps/libssh/libssh.SlackBuild index e131abb..ef701ca 100755 --- a/deps/libssh/libssh.SlackBuild +++ b/deps/libssh/libssh.SlackBuild @@ -67,8 +67,8 @@ rm -rf ${PKGNAM}-${VERSION} tar xvf $CWD/${PKGNAM}-$VERSION.tar.xz || exit 1 cd ${PKGNAM}-$VERSION || exit 1 -# These fail to build and are not packaged anyway: -zcat $CWD/libssh.no.example.build.diff | patch -p1 --verbose || exit 1 +# Fix a compilation issue (backport from libssh git): +cat $CWD/libssh_libgcrypt.patch | patch -p1 --verbose || exit 1 # Make sure ownerships and permissions are sane: chown -R root:root . -- cgit v1.2.3