summaryrefslogtreecommitdiffstats
path: root/package/nginx
diff options
context:
space:
mode:
authorSamuel Martin <s.martin49@gmail.com>2014-12-01 23:04:56 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-12-03 13:32:21 +0100
commitb11cbd9bba9e94dddd4f1bd068af3c889b098497 (patch)
treebecfcc1818de0683e64a36d029ecd1c681436a0f /package/nginx
parented961f1128b7495616d70681253070bfda9ebc9d (diff)
downloadbuildroot-b11cbd9bba9e94dddd4f1bd068af3c889b098497.tar.gz
buildroot-b11cbd9bba9e94dddd4f1bd068af3c889b098497.zip
package/nginx: remove rtsig module support
rtsig module uses the deprecated sysctl syscall, which is not implemented on some recent architecture (such as arc). Also, rtsig module is almost considered as deprecated by some nginx developers [1]. So, just remove this option. Fixes: http://autobuild.buildroot.org/results/730/730105fc0a89b381b3b29192d07f28ef1f13cbb3/ [1] http://mailman.nginx.org/pipermail/nginx-devel/2014-November/006295.html Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/nginx')
-rw-r--r--package/nginx/Config.in5
-rw-r--r--package/nginx/nginx.mk1
2 files changed, 0 insertions, 6 deletions
diff --git a/package/nginx/Config.in b/package/nginx/Config.in
index ddab0caf2c..c2a6af15f5 100644
--- a/package/nginx/Config.in
+++ b/package/nginx/Config.in
@@ -309,11 +309,6 @@ endif #BR2_PACKAGE_NGINX_MAIL
comment "misc. modules"
-config BR2_PACKAGE_NGINX_RTSIG_MODULE
- bool "ngx_rtsig_module"
- help
- Enable ngx_rtsig_module
-
config BR2_PACKAGE_NGINX_SELECT_MODULE
bool "ngx_select_module"
help
diff --git a/package/nginx/nginx.mk b/package/nginx/nginx.mk
index 55ae8442fa..06f1312e33 100644
--- a/package/nginx/nginx.mk
+++ b/package/nginx/nginx.mk
@@ -88,7 +88,6 @@ endif
# misc. modules
NGINX_CONF_OPTS += \
- $(if $(BR2_PACKAGE_NGINX_RTSIG_MODULE),--with-rtsig_module) \
$(if $(BR2_PACKAGE_NGINX_SELECT_MODULE),--with-select_module,--without-select_module) \
$(if $(BR2_PACKAGE_NGINX_POLL_MODULE),--with-poll_module,--without-poll_module)
OpenPOWER on IntegriCloud