mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04: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:
@@ -277,8 +277,18 @@ CONFIGURE_VARS += \
|
|||||||
LIBS="-lstdc++ -lm -lssl -lcrypto $(LIBGCC_S) -lc"
|
LIBS="-lstdc++ -lm -lssl -lcrypto $(LIBGCC_S) -lc"
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--disable-c-ares \
|
--disable-charset \
|
||||||
--disable-perl
|
--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
|
define Build/Configure
|
||||||
$(call Build/Configure/Default,)
|
$(call Build/Configure/Default,)
|
||||||
|
|||||||
Reference in New Issue
Block a user