From: Romain Naour Date: Sun, 21 Feb 2016 18:14:11 +0000 (+0100) Subject: package/util-linux: disable libsmartcols in no-MMU platforms X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3c28619aaf7eaea96920530d7394e2c6130b9169;p=buildroot.git package/util-linux: disable libsmartcols in no-MMU platforms As reported by Thomas Petazzoni [1], the libsmartcols library can't be used on no-MMU platform since fork() is used. [1] http://lists.busybox.net/pipermail/buildroot/2016-February/153414.html Signed-off-by: Romain Naour Cc: Thomas Petazzoni Signed-off-by: Thomas Petazzoni --- diff --git a/package/util-linux/Config.in b/package/util-linux/Config.in index 3f9a7db92a..60abd67ad0 100644 --- a/package/util-linux/Config.in +++ b/package/util-linux/Config.in @@ -27,6 +27,7 @@ config BR2_PACKAGE_UTIL_LINUX_LIBMOUNT config BR2_PACKAGE_UTIL_LINUX_LIBSMARTCOLS bool "libsmartcols" + depends on BR2_USE_MMU # fork help Install libsmartcols.