diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-05 09:30:19 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-10 12:04:13 +0000 |
commit | d9d2c4484029a3cf6a9221a4b3f1cb2dafdd68d3 (patch) | |
tree | fb584eee97071bd12c94878391e3c98ee67c14c1 /main/iscsi-scst | |
parent | 86885abf2df770720251504909c1f7f9ab960c4b (diff) | |
download | aports-d9d2c4484029a3cf6a9221a4b3f1cb2dafdd68d3.tar.bz2 aports-d9d2c4484029a3cf6a9221a4b3f1cb2dafdd68d3.tar.xz |
main/iscsi-scst: rebuild against libressl
Diffstat (limited to 'main/iscsi-scst')
-rw-r--r-- | main/iscsi-scst/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/iscsi-scst/APKBUILD b/main/iscsi-scst/APKBUILD index 0b824fa697..694f4e2697 100644 --- a/main/iscsi-scst/APKBUILD +++ b/main/iscsi-scst/APKBUILD @@ -2,14 +2,14 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=iscsi-scst pkgver=2.2.1 -pkgrel=1 +pkgrel=2 pkgdesc="ISCSI target for SCST - userspace tools" url="http://scst.sourceforge.net/" arch="all" license="GPL2" depends="" install="" -makedepends="linux-headers openssl-dev bash" +makedepends="linux-headers libressl-dev bash" subpackages="" source="http://downloads.sourceforge.net/scst/$pkgname-$pkgver.tar.bz2 http://downloads.sourceforge.net/scst/scst-$pkgver.tar.bz2 |