summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www-servers/nginx/nginx-1.10.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-servers/nginx/nginx-1.10.0.ebuild b/www-servers/nginx/nginx-1.10.0.ebuild
index ef851c40213a..2058354a5bd4 100644
--- a/www-servers/nginx/nginx-1.10.0.ebuild
+++ b/www-servers/nginx/nginx-1.10.0.ebuild
@@ -529,7 +529,7 @@ src_configure() {
myconf+=( --without-stream_upstream_least_conn_module )
myconf+=( --without-stream_upstream_zone_module )
else
- myconf+=( --without-stream_${stream}_module )
+ myconf+=( --without-stream_${mod}_module )
fi
fi
done