ngircd: rebuild against OpenSSL
This commit is contained in:
parent
aa2107eff0
commit
0580bac889
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'ngircd'
|
# Template file for 'ngircd'
|
||||||
pkgname=ngircd
|
pkgname=ngircd
|
||||||
version=26
|
version=26
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-ipv6 --with-openssl --without-ident ac_cv_func_getaddrinfo=yes"
|
configure_args="--enable-ipv6 --with-openssl --without-ident ac_cv_func_getaddrinfo=yes"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="zlib-devel libressl-devel"
|
makedepends="zlib-devel openssl-devel"
|
||||||
conf_files="/etc/ngircd.conf"
|
conf_files="/etc/ngircd.conf"
|
||||||
short_desc="Free, portable and lightweight Internet Relay Chat server"
|
short_desc="Free, portable and lightweight Internet Relay Chat server"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
|
Loading…
Reference in a new issue