From: Fabrice Fontaine Date: Mon, 12 Oct 2020 20:18:48 +0000 (+0200) Subject: package/sslh: drop C++ dependency X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=35c474f8ee718c7c2189b3e5938337c951a57162;p=buildroot.git package/sslh: drop C++ dependency sslh is written in plain C so drop C++ dependency Signed-off-by: Fabrice Fontaine Signed-off-by: Thomas Petazzoni --- diff --git a/package/sslh/Config.in b/package/sslh/Config.in index 21bd65f165..e490c8c837 100644 --- a/package/sslh/Config.in +++ b/package/sslh/Config.in @@ -1,6 +1,5 @@ config BR2_PACKAGE_SSLH bool "sslh" - depends on BR2_INSTALL_LIBSTDCPP # uses fork() depends on BR2_USE_MMU select BR2_PACKAGE_LIBCONFIG @@ -8,7 +7,3 @@ config BR2_PACKAGE_SSLH Applicative protocol multiplexer http://www.rutschle.net/tech/sslh.shtml - -comment "sslh needs a toolchain w/ C++" - depends on BR2_USE_MMU - depends on !BR2_INSTALL_LIBSTDCPP