aboutsummaryrefslogtreecommitdiffstats
path: root/main/ngircd/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-08-01 06:38:56 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-08-01 06:39:46 +0000
commiteeb3e8fc75f18476b48801ec82bcaf71132d8b5b (patch)
tree13be787f46b274cd0f2a8b071142517e5e3ca7e5 /main/ngircd/APKBUILD
parent8fc70ddb18663e5e3d0393f59257a0e80127c35e (diff)
main/ngircd: enable ipv6
ref #3274
Diffstat (limited to 'main/ngircd/APKBUILD')
-rw-r--r--main/ngircd/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/ngircd/APKBUILD b/main/ngircd/APKBUILD
index d4a2c3efb92..3d57a126500 100644
--- a/main/ngircd/APKBUILD
+++ b/main/ngircd/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=ngircd
pkgver=21.1
-pkgrel=1
+pkgrel=2
pkgdesc="Next Generation IRC Daemon"
url="http://ngircd.barton.de/"
arch="all"
@@ -34,6 +34,7 @@ build() {
--without-ident \
--with-openssl \
--with-pam \
+ --enable-ipv6 \
|| return 1
make || return 1
}