libeXosip2: needs mmu
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Fri, 1 Mar 2013 00:21:16 +0000 (00:21 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Fri, 1 Mar 2013 15:11:13 +0000 (16:11 +0100)
Fixes
http://autobuild.buildroot.net/results/24ecad26f908a74de8335f1852117d3eda0c2110/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/libeXosip2/Config.in
package/linphone/Config.in

index 755d28461871c5222e97266d667a9ea8b8b743d5..3fe9c96974ffc45b6662dd8e037606e34076a190 100644 (file)
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_LIBEXOSIP2
        bool "libeXosip2"
+       depends on BR2_USE_MMU # fork()
        select BR2_PACKAGE_LIBOSIP2
        help
          eXosip is a library that hides the complexity of using the
index a2866a6fba7e5254bbd8d970abcee2cc0ad2bdba..bd5141261b0b0a19631b1a90f0ee22e77dd283c2 100644 (file)
@@ -6,6 +6,7 @@ config BR2_PACKAGE_LINPHONE
        select BR2_PACKAGE_MEDIASTREAMER
        depends on BR2_INSTALL_LIBSTDCPP # mediastreamer
        depends on BR2_TOOLCHAIN_HAS_THREADS # ortp
+       depends on BR2_USE_MMU # libeXosip2
        help
          Linphone is an internet phone or Voice Over IP phone (VoIP).