mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
main/s6-networking: change dependency from libressl to bearssl
This commit is contained in:
parent
5e1e8b7c4c
commit
6fd19cda4a
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user