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'
|
# Template build file for 'ngircd'
|
||||||
pkgname=ngircd
|
pkgname=ngircd
|
||||||
version=21.1
|
version=21.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-ipv6 --without-ident"
|
configure_args="--enable-ipv6 --without-ident"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -21,7 +21,7 @@ build_options_default="ssl"
|
||||||
|
|
||||||
if [ "$build_option_ssl" ]; then
|
if [ "$build_option_ssl" ]; then
|
||||||
configure_args+=" --with-openssl"
|
configure_args+=" --with-openssl"
|
||||||
makedepends+=" openssl-devel"
|
makedepends+=" libressl-devel"
|
||||||
else
|
else
|
||||||
configure_args+=" --without-openssl"
|
configure_args+=" --without-openssl"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue