kumquat-buildroot/package/libuhttpd/Config.in
Bernd Kuhls fbec498006 package/libuhttpd: fix comment
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2023-07-20 23:19:11 +02:00

17 lines
476 B
Plaintext

config BR2_PACKAGE_LIBUHTTPD
bool "libuhttpd"
depends on BR2_USE_MMU # fork()
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
select BR2_PACKAGE_LIBEV
select BR2_PACKAGE_WOLFSSL_ALL if BR2_PACKAGE_WOLFSSL && \
!BR2_STATIC_LIBS
help
A lightweight and fully asynchronous HTTP server
library based on libev
https://github.com/zhaojh329/libuhttpd
comment "libuhttpd needs a toolchain w/ gcc >= 4.9"
depends on BR2_USE_MMU
depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9