summaryrefslogtreecommitdiffstats
path: root/package/znc/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/znc/Config.in')
-rw-r--r--package/znc/Config.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/znc/Config.in b/package/znc/Config.in
index 274e5370b2..4328c8b6fa 100644
--- a/package/znc/Config.in
+++ b/package/znc/Config.in
@@ -2,11 +2,12 @@ config BR2_PACKAGE_ZNC
bool "znc"
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_USE_MMU # fork()
+ depends on !BR2_STATIC_LIBS
help
Advanced IRC bouncer
http://www.znc.in
-comment "znc needs a toolchain w/ C++"
- depends on !BR2_INSTALL_LIBSTDCPP
+comment "znc needs a toolchain w/ C++, dynamic library"
+ depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS
depends on BR2_USE_MMU
OpenPOWER on IntegriCloud