فهرست منبع

package/openrc: add missing mmu and !static dependencies

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Thomas Petazzoni 6 سال پیش
والد
کامیت
a7314d842e
1فایلهای تغییر یافته به همراه6 افزوده شده و 0 حذف شده
  1. 6 0
      package/openrc/Config.in

+ 6 - 0
package/openrc/Config.in

@@ -1,5 +1,7 @@
 config BR2_PACKAGE_OPENRC
 	bool "openrc"
+	depends on BR2_USE_MMU # fork()
+	depends on !BR2_STATIC_LIBS
 	select BR2_PACKAGE_NCURSES
 	help
 	  Init that works on top of pid 1 (for example
@@ -16,3 +18,7 @@ config BR2_PACKAGE_OPENRC
 	  use them.
 
 	  https://github.com/OpenRC/openrc
+
+comment "openrc needs a toolchain w/ dynamic library"
+	depends on BR2_USE_MMU
+	depends on BR2_STATIC_LIBS