summaryrefslogtreecommitdiffstats
path: root/deps/libssh/libssh.SlackBuild
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2015-02-25 20:34:32 +0100
committer Eric Hameleers <alien@slackware.com>2015-02-25 20:34:32 +0100
commitc48e3bc42f0b62953391dc8eacf47f719b6a5ab9 (patch)
tree394f00d6b8908be319183263dd82b6f7b5ac37c9 /deps/libssh/libssh.SlackBuild
parent3c4a8c510a462f91164a699de617a6328f7b81b2 (diff)
downloadktown-c48e3bc42f0b62953391dc8eacf47f719b6a5ab9.tar.gz
ktown-c48e3bc42f0b62953391dc8eacf47f719b6a5ab9.tar.xz
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.
Diffstat (limited to 'deps/libssh/libssh.SlackBuild')
-rwxr-xr-xdeps/libssh/libssh.SlackBuild4
1 files changed, 2 insertions, 2 deletions
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 .