summaryrefslogtreecommitdiffstats
path: root/package/nginx
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-04-19 09:40:00 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-04-22 23:06:35 +0200
commit79ce08bbdc33d1725f5d950736c9f624814b5a03 (patch)
tree1b3aaff6114959b7bad2234504ddfb31af0735f3 /package/nginx
parent55bab4f619833b4edf933a7309503c9425cf623d (diff)
downloadbuildroot-79ce08bbdc33d1725f5d950736c9f624814b5a03.tar.gz
buildroot-79ce08bbdc33d1725f5d950736c9f624814b5a03.zip
packages: remove non-IPv6 dependencies and tweaks
Now that IPv6 is mandatory remove package dependencies and conditionals for it. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/nginx')
-rw-r--r--package/nginx/nginx.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/nginx/nginx.mk b/package/nginx/nginx.mk
index be9bd0a2ea..90ebbcc989 100644
--- a/package/nginx/nginx.mk
+++ b/package/nginx/nginx.mk
@@ -14,7 +14,8 @@ NGINX_CONF_OPTS = \
--with-cc="$(TARGET_CC)" \
--with-cpp="$(TARGET_CC)" \
--with-cc-opt="$(TARGET_CFLAGS)" \
- --with-ld-opt="$(TARGET_LDFLAGS)"
+ --with-ld-opt="$(TARGET_LDFLAGS)" \
+ --with-ipv6
# www-data user and group are used for nginx. Because these user and group
# are already set by buildroot, it is not necessary to redefine them.
@@ -63,8 +64,7 @@ NGINX_CONF_OPTS += \
--http-uwsgi-temp-path=/var/tmp/nginx/uwsgi
NGINX_CONF_OPTS += \
- $(if $(BR2_PACKAGE_NGINX_FILE_AIO),--with-file-aio) \
- $(if $(BR2_INET_IPV6),--with-ipv6)
+ $(if $(BR2_PACKAGE_NGINX_FILE_AIO),--with-file-aio)
ifeq ($(BR2_PACKAGE_PCRE),y)
NGINX_DEPENDENCIES += pcre
OpenPOWER on IntegriCloud