ngircd: switch to libressl
This commit is contained in:
parent
6d4f5cf096
commit
fbda9ea710
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'ngircd'
|
||||
pkgname=ngircd
|
||||
version=21.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-ipv6 --without-ident"
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -21,7 +21,7 @@ build_options_default="ssl"
|
|||
|
||||
if [ "$build_option_ssl" ]; then
|
||||
configure_args+=" --with-openssl"
|
||||
makedepends+=" openssl-devel"
|
||||
makedepends+=" libressl-devel"
|
||||
else
|
||||
configure_args+=" --without-openssl"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue