浏览代码

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>
Fabrice Fontaine 4 年之前
父节点
当前提交
35c474f8ee
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0 5
      package/sslh/Config.in

+ 0 - 5
package/sslh/Config.in

@@ -1,6 +1,5 @@
 config BR2_PACKAGE_SSLH
 config BR2_PACKAGE_SSLH
 	bool "sslh"
 	bool "sslh"
-	depends on BR2_INSTALL_LIBSTDCPP
 	# uses fork()
 	# uses fork()
 	depends on BR2_USE_MMU
 	depends on BR2_USE_MMU
 	select BR2_PACKAGE_LIBCONFIG
 	select BR2_PACKAGE_LIBCONFIG
@@ -8,7 +7,3 @@ config BR2_PACKAGE_SSLH
 	  Applicative protocol multiplexer
 	  Applicative protocol multiplexer
 
 
 	  http://www.rutschle.net/tech/sslh.shtml
 	  http://www.rutschle.net/tech/sslh.shtml
-
-comment "sslh needs a toolchain w/ C++"
-	depends on BR2_USE_MMU
-	depends on !BR2_INSTALL_LIBSTDCPP