From: Thomas Petazzoni Date: Tue, 21 Apr 2020 06:48:57 +0000 (+0200) Subject: package/apcupsd: uses fork(), needs MMU X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=209ea2414bbba0ae7444934c5cad228b07b2daa2;p=buildroot.git package/apcupsd: uses fork(), needs MMU Fixes: http://autobuild.buildroot.net/results/19af985de6e26813b841e7019051da3043c2b7d1/ Signed-off-by: Thomas Petazzoni --- diff --git a/package/apcupsd/Config.in b/package/apcupsd/Config.in index fc77e7c208..eabfb14842 100644 --- a/package/apcupsd/Config.in +++ b/package/apcupsd/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_APCUPSD bool "apcupsd" depends on BR2_INSTALL_LIBSTDCPP + depends on BR2_USE_MMU # fork() help A daemon for controlling APC UPSes.