diff options
| author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2013-11-27 10:00:41 -0300 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2013-11-28 14:44:16 +0100 |
| commit | 1f2d6618548ee2cf3d2c6314b3a9d7c648c97b48 (patch) | |
| tree | 1393cee0d9dc2d937a3c6c7186e69ede4d18750f /package/apr | |
| parent | b7eb4b3619d35abc7f14345046d58d6f48302c09 (diff) | |
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')
| -rw-r--r-- | package/apr/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/apr/Config.in b/package/apr/Config.in index ed319ed05..e06d2546a 100644 --- a/package/apr/Config.in +++ b/package/apr/Config.in @@ -2,6 +2,7 @@ config BR2_PACKAGE_APR bool "apr" # apr really needs shared library support depends on !BR2_PREFER_STATIC_LIB + depends on BR2_USE_MMU # fork() in apr_proc_fork() help The mission of the Apache Portable Runtime (APR) project is to create and maintain software libraries that provide a predictable and |
