|
@@ -1,12 +1,14 @@
|
|
|
-comment "kismet needs a toolchain w/ threads, C++"
|
|
|
+comment "kismet needs a toolchain w/ threads, C++, dynamic library"
|
|
|
depends on BR2_USE_MMU
|
|
|
- depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
|
|
|
+ BR2_STATIC_LIBS
|
|
|
|
|
|
config BR2_PACKAGE_KISMET
|
|
|
bool "kismet"
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libnl
|
|
|
depends on BR2_USE_MMU # fork()
|
|
|
+ depends on !BR2_STATIC_LIBS # dlfcn.h
|
|
|
select BR2_PACKAGE_NCURSES
|
|
|
select BR2_PACKAGE_NCURSES_TARGET_PANEL
|
|
|
select BR2_PACKAGE_LIBPCAP
|