mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 00:12:56 +02:00
s6-networking: switch to BearSSL as default.
Generally preferred by upstream and will ease a transition to OpenSSL.
This commit is contained in:
parent
eb27471faa
commit
10e9da3853
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 's6-networking'
|
# Template file for 's6-networking'
|
||||||
pkgname=s6-networking
|
pkgname=s6-networking
|
||||||
version=2.3.2.0
|
version=2.3.2.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--libdir=/usr/lib $(vopt_if libressl --enable-ssl=libressl)
|
configure_args="--libdir=/usr/lib $(vopt_if libressl --enable-ssl=libressl)
|
||||||
$(vopt_if bearssl --enable-ssl=bearssl)
|
$(vopt_if bearssl --enable-ssl=bearssl)
|
||||||
|
@ -18,7 +18,7 @@ distfiles="${homepage}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=bbe36a8460d90f3bff56c934811876186f7224ced5bdc15c2c96d49b4e917d12
|
checksum=bbe36a8460d90f3bff56c934811876186f7224ced5bdc15c2c96d49b4e917d12
|
||||||
|
|
||||||
build_options="bearssl libressl"
|
build_options="bearssl libressl"
|
||||||
build_options_default="libressl"
|
build_options_default="bearssl"
|
||||||
desc_option_bearssl="Use BearSSL as SSL library"
|
desc_option_bearssl="Use BearSSL as SSL library"
|
||||||
desc_option_libressl="Use LibreSSL as SSL library"
|
desc_option_libressl="Use LibreSSL as SSL library"
|
||||||
vopt_conflict bearssl libressl
|
vopt_conflict bearssl libressl
|
||||||
|
|
Loading…
Add table
Reference in a new issue