summaryrefslogtreecommitdiffstats
path: root/deps/libssh/libssh.SlackBuild
diff options
context:
space:
mode:
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 .