commit b1a2b9d1eaadcd3a0848f09a4f13d070412d1feb
parent 51533dd867fdd7a55398a06c17ea453976ab39a4
Author: Jonas Gorski <jogo@openwrt.org>
Date: Mon, 4 Jan 2016 10:56:02 +0100
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 <jogo@openwrt.org>
Diffstat:
1 file changed, 12 insertions(+), 2 deletions(-)
diff --git 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,)