package/sslh: drop C++ dependency
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Mon, 12 Oct 2020 20:18:48 +0000 (22:18 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 13 Oct 2020 11:34:01 +0000 (13:34 +0200)
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>
package/sslh/Config.in

index 21bd65f165e3c988f449a87bce8c8e56c0d832e2..e490c8c837458a3318f820d83e2c3449b07084f6 100644 (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