diff options
author | 2014-10-05 15:45:13 +0200 | |
---|---|---|
committer | 2014-10-05 18:01:16 +0200 | |
commit | 99c4a8354f0a8aef0bae5280fcd48738cd7f3084 (patch) | |
tree | bce34837b1e75d0357ec3c723cd529599c62df4a /package/apr-util | |
parent | fe70cb0187d3e1e75e009b924392fee9cc4dc680 (diff) | |
download | buildroot-99c4a8354f0a8aef0bae5280fcd48738cd7f3084.tar.gz buildroot-99c4a8354f0a8aef0bae5280fcd48738cd7f3084.tar.bz2 |
package/apr-util: Add comment to describe toolchain dependencies
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/apr-util')
-rw-r--r-- | package/apr-util/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
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 |