main/s6-networking: change dependency from libressl to bearssl

This commit is contained in:
Laurent Bercot 2018-02-25 14:02:04 +01:00 committed by William Pitcock
parent 5e1e8b7c4c
commit 6fd19cda4a

View File

@ -2,13 +2,13 @@
# Contributor: John Regan <john@jrjrtech.com>
pkgname=s6-networking
pkgver=2.3.0.2
pkgrel=1
pkgrel=2
pkgdesc="skarnet.org's UCSPI Unix and TCP tools, access control tools, and network time management utilities."
url="http://skarnet.org/software/$pkgname/"
arch="all"
license="ISC"
options="!check"
makedepends="skalibs-dev execline-dev s6-dev s6-dns-dev libressl libressl-dev"
makedepends="skalibs-dev execline-dev s6-dev s6-dns-dev bearssl bearssl-dev"
subpackages="$pkgname-dev $pkgname-doc"
source="http://skarnet.org/software/$pkgname/$pkgname-$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"
@ -22,7 +22,7 @@ build() {
--prefix=/usr \
--libexecdir="/usr/lib/$pkgname" \
--with-dynlib=/lib \
--enable-ssl=libressl
--enable-ssl=bearssl
make
}