From 99c4a8354f0a8aef0bae5280fcd48738cd7f3084 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Sun, 5 Oct 2014 15:45:13 +0200 Subject: [PATCH] package/apr-util: Add comment to describe toolchain dependencies Signed-off-by: Bernd Kuhls Reviewed-by: "Yann E. MORIN" Signed-off-by: Thomas Petazzoni --- package/apr-util/Config.in | 4 ++++ 1 file changed, 4 insertions(+) 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