All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/util-linux: make wipefs depend on BR2_USE_MMU
@ 2019-10-22 15:51 unixmania at gmail.com
  0 siblings, 0 replies; only message in thread
From: unixmania at gmail.com @ 2019-10-22 15:51 UTC (permalink / raw)
  To: buildroot

From: Carlos Santos <unixmania@gmail.com>

It depends on libblkid and libsmartcols, which use fork().

Fixes:
  http://autobuild.buildroot.net/results/82f9712bc90377c625caeb5b175e83a03d5b9d75/

Signed-off-by: Carlos Santos <unixmania@gmail.com>
---
 package/util-linux/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/util-linux/Config.in b/package/util-linux/Config.in
index 3c64a19d84..3609da79ad 100644
--- a/package/util-linux/Config.in
+++ b/package/util-linux/Config.in
@@ -409,6 +409,7 @@ config BR2_PACKAGE_UTIL_LINUX_WALL
 
 config BR2_PACKAGE_UTIL_LINUX_WIPEFS
 	bool "wipefs"
+	depends on BR2_USE_MMU # fork()
 	select BR2_PACKAGE_UTIL_LINUX_LIBBLKID
 	select BR2_PACKAGE_UTIL_LINUX_LIBSMARTCOLS
 	help
-- 
2.18.1

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-10-22 15:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-22 15:51 [Buildroot] [PATCH] package/util-linux: make wipefs depend on BR2_USE_MMU unixmania at gmail.com

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.