diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-09-26 16:44:42 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-09-26 16:45:14 +0200 |
commit | 706a2662e707c2e728921b34924be2f127f0fd12 (patch) | |
tree | b76411a11a995a0f0bb94e33d9f14cb69087998b /main/libssh2/APKBUILD | |
parent | 46f9516eb5f0ec55c6f12cb131022ef1be97e1b5 (diff) | |
download | aports-706a2662e707c2e728921b34924be2f127f0fd12.tar.bz2 aports-706a2662e707c2e728921b34924be2f127f0fd12.tar.xz |
main/libssh2: enable -dbg
requested by justincormack
Diffstat (limited to 'main/libssh2/APKBUILD')
-rw-r--r-- | main/libssh2/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/libssh2/APKBUILD b/main/libssh2/APKBUILD index 359ad1b098..95af7ab261 100644 --- a/main/libssh2/APKBUILD +++ b/main/libssh2/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libssh2 pkgver=1.7.0 -pkgrel=0 +pkgrel=1 pkgdesc="library for accessing ssh1/ssh2 protocol servers" url="http://libssh2.org/" arch="all" @@ -11,7 +11,7 @@ depends="" depends_dev="openssl-dev zlib-dev" makedepends="$depends_dev" install="" -subpackages="$pkgname-dev $pkgname-doc" +subpackages="$pkgname-dbg $pkgname-dev $pkgname-doc" source="http://www.libssh2.org/download/libssh2-$pkgver.tar.gz" _builddir="$srcdir"/libssh2-$pkgver |