Pārlūkot izejas kodu

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>
Jonas Gorski 9 gadus atpakaļ
vecāks
revīzija
b1a2b9d1ea
1 mainītis faili ar 12 papildinājumiem un 2 dzēšanām
  1. 12
    2
      net/znc/Makefile

+ 12
- 2
net/znc/Makefile Parādīt failu

277
 	LIBS="-lstdc++ -lm -lssl -lcrypto $(LIBGCC_S) -lc"
277
 	LIBS="-lstdc++ -lm -lssl -lcrypto $(LIBGCC_S) -lc"
278
 
278
 
279
 CONFIGURE_ARGS += \
279
 CONFIGURE_ARGS += \
280
-	--disable-c-ares \
281
-	--disable-perl
280
+	--disable-charset \
281
+	--disable-cyrus \
282
+	--disable-debug \
283
+	--enable-largefile \
284
+	--disable-perl \
285
+	--enable-poll \
286
+	--disable-python \
287
+	--enable-ssl \
288
+	--disable-swig \
289
+	--disable-tcl \
290
+	--enable-tdns \
291
+	--enable-zlib
282
 
292
 
283
 define Build/Configure
293
 define Build/Configure
284
 	$(call Build/Configure/Default,)
294
 	$(call Build/Configure/Default,)