projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b82a21e
)
package/sslh: drop C++ dependency
author
Fabrice Fontaine
<fontaine.fabrice@gmail.com>
Mon, 12 Oct 2020 20:18:48 +0000
(22:18 +0200)
committer
Thomas 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
patch
|
blob
|
history
diff --git
a/package/sslh/Config.in
b/package/sslh/Config.in
index 21bd65f165e3c988f449a87bce8c8e56c0d832e2..e490c8c837458a3318f820d83e2c3449b07084f6 100644
(file)
--- 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