Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/sslh: drop C++ dependency
@ 2020-10-12 20:18 Fabrice Fontaine
  2020-10-12 20:18 ` [Buildroot] [PATCH 2/2] package/sslh: bump to version 1.21c Fabrice Fontaine
  2020-10-13 11:35 ` [Buildroot] [PATCH 1/2] package/sslh: drop C++ dependency Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2020-10-12 20:18 UTC (permalink / raw)
  To: buildroot

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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 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.28.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-10-13 11:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-12 20:18 [Buildroot] [PATCH 1/2] package/sslh: drop C++ dependency Fabrice Fontaine
2020-10-12 20:18 ` [Buildroot] [PATCH 2/2] package/sslh: bump to version 1.21c Fabrice Fontaine
2020-10-13 11:35 ` [Buildroot] [PATCH 1/2] package/sslh: drop C++ dependency Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox