[Buildroot] [PATCH] apr: needs mmu

Peter Korsgaard jacmet at uclibc.org
Thu Nov 28 13:44:01 UTC 2013


>>>>> "Gustavo" == Gustavo Zacarias <gustavo at zacarias.com.ar> writes:

 > 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.

 > Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>

 > +++ b/package/log4cxx/Config.in
 > @@ -6,6 +6,7 @@ config BR2_PACKAGE_LOG4CXX
 >  	depends on !BR2_PREFER_STATIC_LIB
 >  	depends on BR2_INSTALL_LIBSTDCPP
 >  	depends on BR2_TOOLCHAIN_HAS_THREADS
 > +	depends on BR2_USE_MMU # apr
 >  	help
 >  	  Apache log4cxx is a logging framework for C++ patterned
 >  	  after Apache log4j.

The log4cxx comment should also only be displayed when
BR2_USE_MMU. Fixed that and committed, thanks.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list