1 config BR2_PACKAGE_LIBMICROHTTPD
3 depends on BR2_TOOLCHAIN_HAS_THREADS
4 # Triggers the _gp link issue
5 depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305
6 depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405
8 GNU libmicrohttpd is a small C library that makes it easy to
9 run an HTTP server as part of another application.
11 http://www.gnu.org/software/libmicrohttpd/
13 if BR2_PACKAGE_LIBMICROHTTPD
15 config BR2_PACKAGE_LIBMICROHTTPD_SSL
17 depends on BR2_USE_WCHAR
18 select BR2_PACKAGE_GNUTLS
19 select BR2_PACKAGE_LIBGCRYPT
21 Enable HTTPS (SSL) support.
23 comment "libmicrohttpd https support needs a toolchain w/ wchar"
24 depends on !BR2_USE_WCHAR
28 comment "libmicrohttpd needs a toolchain w/ threads"
29 depends on !BR2_TOOLCHAIN_HAS_THREADS
30 depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305
31 depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405