znc: enable features/support explicitly
authorJonas Gorski <jogo@openwrt.org>
Mon, 4 Jan 2016 09:56:02 +0000 (10:56 +0100)
committerJonas Gorski <jogo@openwrt.org>
Fri, 8 Jan 2016 10:48:47 +0000 (11:48 +0100)
Don't let znc autodetect library presence to avoid random missing
dependencies popping up.

Closes #2193.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
net/znc/Makefile

index 25fcead133a76bc375a9cb2f21920d9ddbeaaab2..68c66551d5c2d67c9641322e5e2ad7c10a621a85 100644 (file)
@@ -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,)