package/siproxd: needs MMU
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Tue, 16 Mar 2021 06:38:21 +0000 (07:38 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 16 Mar 2021 20:06:24 +0000 (21:06 +0100)
siproxd which has been added with commit
3efc5a250c1c98598ba4c91a7d71d11343d937ab 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>
package/siproxd/Config.in

index e73a33bf14c347a3d37a70d0a23ec328c754b9c7..24c710b3754aa2e6ff95546709387db77669eb5f 100644 (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