package/siproxd: needs MMU

siproxd which has been added with commit
3efc5a250c unconditionally uses fork

Fixes:
 - http://autobuild.buildroot.org/results/0c59373ab3778cf7b15e73968295cec8d109f7cb

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Acked-by: Alexander Dahl <post@lespocky.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Fabrice Fontaine 2021-03-16 07:38:21 +01:00 committed by Thomas Petazzoni
parent 4865cc2e4e
commit a187032535

View file

@ -1,5 +1,6 @@
config BR2_PACKAGE_SIPROXD
bool "siproxd"
depends on BR2_USE_MMU # fork()
depends on BR2_TOOLCHAIN_HAS_THREADS
select BR2_PACKAGE_LIBOSIP2
select BR2_PACKAGE_LIBTOOL
@ -18,4 +19,5 @@ config BR2_PACKAGE_SIPROXD
http://siproxd.sourceforge.net/
comment "siproxd needs a toolchain w/ threads"
depends on BR2_USE_MMU
depends on !BR2_TOOLCHAIN_HAS_THREADS