From b1a2b9d1eaadcd3a0848f09a4f13d070412d1feb Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Mon, 4 Jan 2016 10:56:02 +0100 Subject: [PATCH] znc: enable features/support explicitly Don't let znc autodetect library presence to avoid random missing dependencies popping up. Closes #2193. Signed-off-by: Jonas Gorski --- net/znc/Makefile | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/net/znc/Makefile b/net/znc/Makefile index 25fcead13..68c66551d 100644 --- a/net/znc/Makefile +++ b/net/znc/Makefile @@ -277,8 +277,18 @@ CONFIGURE_VARS += \ LIBS="-lstdc++ -lm -lssl -lcrypto $(LIBGCC_S) -lc" CONFIGURE_ARGS += \ - --disable-c-ares \ - --disable-perl + --disable-charset \ + --disable-cyrus \ + --disable-debug \ + --enable-largefile \ + --disable-perl \ + --enable-poll \ + --disable-python \ + --enable-ssl \ + --disable-swig \ + --disable-tcl \ + --enable-tdns \ + --enable-zlib define Build/Configure $(call Build/Configure/Default,)