Browse Source

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>
lilik-openwrt-22.03
Jonas Gorski 9 years ago
parent
commit
b1a2b9d1ea
1 changed files with 12 additions and 2 deletions
  1. +12
    -2
      net/znc/Makefile

+ 12
- 2
net/znc/Makefile 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,)


Loading…
Cancel
Save