mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
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:
committed by
Thomas Petazzoni
parent
b82a21e86e
commit
35c474f8ee
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user