aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-irc/znc/znc_git.bb
blob: 2e35e4dd330f75184cfca7cfb4db49acd162b6d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
SUMMARY = "ZNC, an advanced IRC bouncer"
SECTION = "net"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe"

DEPENDS = "openssl"

PV = "1.0+git"

SRCREV = "ef59c23068547c132cb678092fba9a21317fd5f2"
SRC_URI = "git://github.com/znc/znc.git \
           file://0001-Fix-NULL-pointer-dereference-in-webadmin.patch \
          "

S = "${WORKDIR}/git"

inherit autotools-brokensep pkgconfig

# ZNC has a custom autogen.sh that states that this command is needed *and* expected to fail
do_configure_prepend() {
    automake --add-missing || true
}