All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] package/util-linux: make wipefs depend on BR2_USE_MMU
@ 2019-10-22 20:18 Thomas Petazzoni
  0 siblings, 0 replies; only message in thread
From: Thomas Petazzoni @ 2019-10-22 20:18 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=d83b5d628a79e21485eb6445ba9526075675e195
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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

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

Signed-off-by: Carlos Santos <unixmania@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.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

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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-22 20:18 [Buildroot] [git commit] package/util-linux: make wipefs depend on BR2_USE_MMU Thomas Petazzoni

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.