summaryrefslogtreecommitdiffstats
path: root/package/apr-util
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2013-11-27 10:00:41 -0300
committerPeter Korsgaard <peter@korsgaard.com>2013-11-28 14:44:16 +0100
commit1f2d6618548ee2cf3d2c6314b3a9d7c648c97b48 (patch)
tree1393cee0d9dc2d937a3c6c7186e69ede4d18750f /package/apr-util
parentb7eb4b3619d35abc7f14345046d58d6f48302c09 (diff)
downloadbuildroot-1f2d6618548ee2cf3d2c6314b3a9d7c648c97b48.tar.gz
buildroot-1f2d6618548ee2cf3d2c6314b3a9d7c648c97b48.zip
apr: needs mmu
Uses fork() in apr_proc_fork() which is used by almost all the packages that use apr (log4cxx, subversion). apr-util doesn't use fork or apr_proc_fork but it's of no use alone. [Peter: also hide log4cxx comment if !BR2_USE_MMU] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/apr-util')
-rw-r--r--package/apr-util/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/apr-util/Config.in b/package/apr-util/Config.in
index 895dbb86d5..3d4ec2303d 100644
--- a/package/apr-util/Config.in
+++ b/package/apr-util/Config.in
@@ -7,6 +7,7 @@ config BR2_PACKAGE_APR_UTIL
select BR2_PACKAGE_ZLIB
# apr really needs shared library support
depends on !BR2_PREFER_STATIC_LIB
+ depends on BR2_USE_MMU # apr
help
The utility library for the apache runtime project
OpenPOWER on IntegriCloud