package/vde2: does not build on static only, needs dlopen()
authorYann E. MORIN <yann.morin.1998@free.fr>
Sun, 28 Sep 2014 16:26:30 +0000 (18:26 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 28 Sep 2014 21:21:34 +0000 (23:21 +0200)
Fixes:
    http://autobuild.buildroot.net/results/f9d/f9d23455a138e2214546922486c03c9d3c35b04a/

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/vde2/Config.in

index 2bbd822c22dfac0ce55c9b4c3614a178d8382f09..18ff2e4bc841c1aee0bf10ebb306cb5452b42dc3 100644 (file)
@@ -1,9 +1,14 @@
 config BR2_PACKAGE_VDE2
        bool "vde2"
        depends on BR2_USE_MMU # fork()
+       depends on !BR2_PREFER_STATIC_LIB # dlopen()
        help
          VDE is an ethernet compliant virtual network that can be
          spawned over a set of physical computers over the Internet.
          VDE is part of the virtualsquare project.
 
          http://vde.sourceforge.net/
+
+comment "vde2 needs a toolchain w/ dynamic library"
+       depends on BR2_USE_MMU
+       depends on BR2_PREFER_STATIC_LIB