diff options
author | Timo Teräs <timo.teras@iki.fi> | 2016-11-05 16:06:33 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2016-11-05 16:08:24 +0200 |
commit | d2f2929e6983a65875be6d93f28a2c8059872369 (patch) | |
tree | 3078348056322f2187159a887e538299f7a8ab28 /main/libressl | |
parent | dcdefcde36671f28ac71824389456c97ac72be89 (diff) | |
download | aports-d2f2929e6983a65875be6d93f28a2c8059872369.tar.bz2 aports-d2f2929e6983a65875be6d93f28a2c8059872369.tar.xz |
main/libressl: add debug subpkg
Diffstat (limited to 'main/libressl')
-rw-r--r-- | main/libressl/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/libressl/APKBUILD b/main/libressl/APKBUILD index 2998083483..f5941b66cb 100644 --- a/main/libressl/APKBUILD +++ b/main/libressl/APKBUILD @@ -4,7 +4,7 @@ pkgname=libressl pkgver=2.4.3 _namever=${pkgname}${pkgver%.*} -pkgrel=1 +pkgrel=2 pkgdesc="Version of the TLS/crypto stack forked from OpenSSL" url="http://www.libressl.org/" arch="all" @@ -12,7 +12,7 @@ license="custom" depends="" makedepends="linux-headers" replaces="openssl" -subpackages="$_namever-libcrypto:_libs $_namever-libssl:_libs +subpackages="$pkgname-dbg $_namever-libcrypto:_libs $_namever-libssl:_libs $_namever-libtls:_libs $pkgname-dev $pkgname-doc" source="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/$pkgname-$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" |