summaryrefslogtreecommitdiffstats
path: root/main/libssh/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-01-02 08:50:50 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-01-02 08:50:50 +0000
commitb61058b92d402cf4d0b442736206f11eff9cb28c (patch)
treec4e6691ba8c91e89d9542234955e58442e9d0744 /main/libssh/APKBUILD
parenteb275884ad7ab102a4014d6d45d1a7eac646bbba (diff)
downloadaports-b61058b92d402cf4d0b442736206f11eff9cb28c.tar.bz2
aports-b61058b92d402cf4d0b442736206f11eff9cb28c.tar.xz
main/libssh: build fix. link to pthreads
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"