summaryrefslogtreecommitdiffstats
path: root/main/libssh/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/libssh/APKBUILD')
-rw-r--r--main/libssh/APKBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/main/libssh/APKBUILD b/main/libssh/APKBUILD
index 8f15a4e98..20d86171b 100644
--- a/main/libssh/APKBUILD
+++ b/main/libssh/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libssh
pkgver=0.5.2
-pkgrel=0
+pkgrel=1
pkgdesc="Library for accessing ssh client services through C libraries"
url="http://www.libssh.org/"
arch="all"
@@ -10,7 +10,8 @@ license="LGPL"
depends=
makedepends="openssl-dev cmake doxygen"
subpackages="$pkgname-dev"
-source="http://www.libssh.org/files/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz"
+source="http://www.libssh.org/files/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz
+ link-pthread.patch"
_builddir="$srcdir"/$pkgname-$pkgver
@@ -41,4 +42,5 @@ package() {
make DESTDIR="$pkgdir" install
}
-md5sums="38b67c48af7a9204660a3e08f97ceba6 libssh-0.5.2.tar.gz"
+md5sums="38b67c48af7a9204660a3e08f97ceba6 libssh-0.5.2.tar.gz
+8d58b3391286de4dad3eb8a5b70171aa link-pthread.patch"