From 35c474f8ee718c7c2189b3e5938337c951a57162 Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Mon, 12 Oct 2020 22:18:48 +0200 Subject: [PATCH] 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 --- package/sslh/Config.in | 5 ----- 1 file changed, 5 deletions(-) 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 -- 2.30.2