mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/sslh: systemd needs libconfig
systemd-sslh-generator unconditionally uses libconfig
Fixes:
- http://autobuild.buildroot.org/results/d46581842906f7780f4a3a1ae21963e78e7f5276
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
[yann.morin.1998@free.fr:
- select libconfig
- drop changes in the .mk
]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit ab8cb306e0)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
6218b0de22
commit
5bb1a4697b
@@ -1,7 +1,7 @@
|
|||||||
config BR2_PACKAGE_SSLH
|
config BR2_PACKAGE_SSLH
|
||||||
bool "sslh"
|
bool "sslh"
|
||||||
# uses fork()
|
depends on BR2_USE_MMU # fork()
|
||||||
depends on BR2_USE_MMU
|
select BR2_PACKAGE_LIBCONFIG if BR2_PACKAGE_SYSTEMD
|
||||||
help
|
help
|
||||||
Applicative protocol multiplexer
|
Applicative protocol multiplexer
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user