ngircd: update to 22.
This commit is contained in:
parent
05f5da2806
commit
a69b4ad999
2 changed files with 4 additions and 16 deletions
|
@ -1,11 +0,0 @@
|
||||||
--- configure.orig 2014-06-09 08:20:00.584285131 +0200
|
|
||||||
+++ configure 2014-06-09 08:20:14.000360141 +0200
|
|
||||||
@@ -6019,7 +6019,7 @@ _ACEOF
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getaddrinfo() works" >&5
|
|
||||||
$as_echo_n "checking whether getaddrinfo() works... " >&6; }
|
|
||||||
- if test "$cross_compiling" = yes; then :
|
|
||||||
+ if false; then :
|
|
||||||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
|
||||||
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
|
|
||||||
as_fn_error $? "cannot run test program while cross compiling
|
|
|
@ -1,11 +1,10 @@
|
||||||
# Template build file for 'ngircd'
|
# Template build file for 'ngircd'
|
||||||
pkgname=ngircd
|
pkgname=ngircd
|
||||||
version=21.1
|
version=22
|
||||||
revision=4
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
build_options="systemd"
|
build_options="systemd"
|
||||||
replaces="runit-void<20141013_2"
|
configure_args="--enable-ipv6 --with-openssl --without-ident ac_cv_func_getaddrinfo=yes"
|
||||||
configure_args="--enable-ipv6 --with-openssl --without-ident"
|
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="zlib-devel libressl-devel"
|
makedepends="zlib-devel libressl-devel"
|
||||||
conf_files="/etc/ngircd.conf"
|
conf_files="/etc/ngircd.conf"
|
||||||
|
@ -14,7 +13,7 @@ short_desc="Free, portable and lightweight Internet Relay Chat server"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="http://ngircd.barton.de/pub/${pkgname}/${pkgname}-${version}.tar.xz"
|
distfiles="http://ngircd.barton.de/pub/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=b5b04f559bb533efc6821f2e62d83af8d196f7aa29a3710ff1e898d4e3c28a6f
|
checksum=a4c13e6a5f991d248412d550b4617484d7f977c786a0323f0301b4d4707a639e
|
||||||
|
|
||||||
post_configure() {
|
post_configure() {
|
||||||
echo "#define HAVE_WORKING_GETADDRINFO 1" >>src/config.h
|
echo "#define HAVE_WORKING_GETADDRINFO 1" >>src/config.h
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue