package/util-linux: disable libsmartcols in no-MMU platforms
authorRomain Naour <romain.naour@gmail.com>
Sun, 21 Feb 2016 18:14:11 +0000 (19:14 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 25 Feb 2016 22:14:51 +0000 (23:14 +0100)
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 <romain.naour@gmail.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/util-linux/Config.in

index 3f9a7db92a3c683c2208b2710d174e398347a8ab..60abd67ad005ab0fc702fa98bc8ecea18518e5b1 100644 (file)
@@ -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.