mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 12:00:48 -09:00
Version 2.0.0 requires C++20 and GCC 11 or newer. This major release changes the API exposed to applications. However, the 0.x release series is end-of-life, so staying on version 0.19.0 is not a viable option. The build system detects GnuTLS through its headers and links to it directly. Make this detection deterministic by following the libmicrohttpd SSL option and adding the corresponding dependency. https://github.com/etr/libhttpserver/releases/tag/2.0.0 Signed-off-by: Stephan Hoffmann <sho@relinux.de> Signed-off-by: Julien Olivain <ju.o@free.fr>