nginx: Depends on MMU
authorYuvaraj Patil <yuvaraj.patil@wipro.com>
Fri, 10 Oct 2014 05:10:03 +0000 (10:40 +0530)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 10 Oct 2014 06:44:56 +0000 (08:44 +0200)
This package needs MMU. Hence added dependency on BR2_USE_MMU

Fixes:
http://autobuild.buildroot.net/results/224/2240f11fc52e07ff64913844078e2616842a63dc//

[Peter: also add dependency to menuconfig option]
Signed-off-by: Yuvaraj Patil <yuvaraj.patil@wipro.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/nginx/Config.in

index da9fd018f09a37df8e8fe2e9a1274d9937868dee..30cc9d2d1361e6aa4dcbc911740cf47b0d63b602 100644 (file)
@@ -1,9 +1,11 @@
 comment "nginx needs a toolchain w/ largefile"
        depends on !BR2_LARGEFILE
+       depends on BR2_USE_MMU # fork()
 
 menuconfig BR2_PACKAGE_NGINX
        bool "nginx"
        depends on BR2_LARGEFILE
+       depends on BR2_USE_MMU # fork()
        help
          nginx is an HTTP and reverse proxy server, as well as a mail proxy
          server.