summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-irc/znc/znc_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-irc/znc/znc_git.bb')
-rw-r--r--meta-networking/recipes-irc/znc/znc_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-irc/znc/znc_git.bb b/meta-networking/recipes-irc/znc/znc_git.bb
index aea8ed4923..817e2c468e 100644
--- a/meta-networking/recipes-irc/znc/znc_git.bb
+++ b/meta-networking/recipes-irc/znc/znc_git.bb
@@ -15,5 +15,5 @@ inherit autotools
15 15
16# ZNC has a custom autogen.sh that states that this command is needed *and* expected to fail 16# ZNC has a custom autogen.sh that states that this command is needed *and* expected to fail
17do_configure_prepend() { 17do_configure_prepend() {
18 automake --add-missing || true 18 automake --add-missing || true
19} 19}