1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-17 12:53:54 +02:00

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>
This commit is contained in:
Jonas Gorski 2016-01-04 10:56:02 +01:00
parent 51533dd867
commit b1a2b9d1ea

View 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,)