1 config BR2_PACKAGE_MONKEY
3 depends on BR2_TOOLCHAIN_HAS_THREADS
4 depends on !BR2_STATIC_LIBS # dlopen()
5 depends on BR2_USE_MMU # fork()
7 Monkey Server is a fast and lightweight web server for Linux platforms.
9 http://monkey-project.com/
13 config BR2_PACKAGE_MONKEY_SHARED
14 bool "install shared library"
16 Build Monkey as a shared library in addition to stand-alone
21 comment "monkey needs an toolchain w/ threads, dynamic library"
22 depends on BR2_USE_MMU
23 depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS