summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-irc/znc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-irc/znc')
-rw-r--r--meta-networking/recipes-irc/znc/znc_git.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-networking/recipes-irc/znc/znc_git.bb b/meta-networking/recipes-irc/znc/znc_git.bb
index 22aecbad2..f3345a944 100644
--- a/meta-networking/recipes-irc/znc/znc_git.bb
+++ b/meta-networking/recipes-irc/znc/znc_git.bb
@@ -21,6 +21,9 @@ S = "${WORKDIR}/git"
21 21
22inherit autotools-brokensep pkgconfig 22inherit autotools-brokensep pkgconfig
23 23
24PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ipv6', '', d)}"
25PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"
26
24# ZNC has a custom autogen.sh that states that this command is needed *and* expected to fail 27# ZNC has a custom autogen.sh that states that this command is needed *and* expected to fail
25do_configure_prepend() { 28do_configure_prepend() {
26 automake --add-missing || true 29 automake --add-missing || true