[Buildroot] [PATCH] nginx: Depends on MMU

Peter Korsgaard jacmet at uclibc.org
Fri Oct 10 06:45:57 UTC 2014


>>>>> "Yuvaraj" == Yuvaraj Patil <yuvaraj.patil at wipro.com> writes:

 > This package needs MMU. Hence added dependency on BR2_USE_MMU
 > Fixes:
 > http://autobuild.buildroot.net/results/224/2240f11fc52e07ff64913844078e2616842a63dc//

 > Signed-off-by: Yuvaraj Patil <yuvaraj.patil at wipro.com>
 > ---
 >  package/nginx/Config.in |    1 +
 >  1 file changed, 1 insertion(+)

 > diff --git a/package/nginx/Config.in b/package/nginx/Config.in
 > index da9fd01..b4a1e94 100644
 > --- a/package/nginx/Config.in
 > +++ b/package/nginx/Config.in
 > @@ -1,5 +1,6 @@
 >  comment "nginx needs a toolchain w/ largefile"
 >  	depends on !BR2_LARGEFILE
 > +	depends on BR2_USE_MMU # fork()
 
 >  menuconfig BR2_PACKAGE_NGINX
 >  	bool "nginx"

The real (BR2_PACKAGE_NGINX) option should also have this dependency,
not just the comment.

Committed with that fixed, thanks.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list