package/sslh: drop C++ dependency

sslh is written in plain C so drop C++ dependency

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Fabrice Fontaine 2020-10-12 22:18:48 +02:00 committed by Thomas Petazzoni
parent b82a21e86e
commit 35c474f8ee

View File

@ -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