From: Bernd Kuhls Date: Sun, 5 Oct 2014 13:45:13 +0000 (+0200) Subject: package/apr-util: Add comment to describe toolchain dependencies X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=99c4a8354f0a8aef0bae5280fcd48738cd7f3084;p=buildroot.git package/apr-util: Add comment to describe toolchain dependencies Signed-off-by: Bernd Kuhls Reviewed-by: "Yann E. MORIN" Signed-off-by: Thomas Petazzoni --- diff --git a/package/apr-util/Config.in b/package/apr-util/Config.in index 3d4ec2303d..fcef693c74 100644 --- a/package/apr-util/Config.in +++ b/package/apr-util/Config.in @@ -12,3 +12,7 @@ config BR2_PACKAGE_APR_UTIL The utility library for the apache runtime project http://apr.apache.org/ + +comment "apr-util needs a toolchain w/ dynamic library" + depends on BR2_USE_MMU + depends on BR2_PREFER_STATIC_LIB