diff options
author | everpcpc <git@everpcpc.com> | 2016-05-06 13:15:04 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-05-07 22:19:19 +0000 |
commit | d4933e328ca43fbc4a09343fe8ecbacad1dbee6e (patch) | |
tree | ae87619d545ac86750d0ed96627a5ecfb83a996b /www-servers | |
parent | sci-misc/boinc: Fix VSYSCALL check for boinc-7.6.31 (diff) | |
download | gentoo-d4933e328ca43fbc4a09343fe8ecbacad1dbee6e.tar.gz gentoo-d4933e328ca43fbc4a09343fe8ecbacad1dbee6e.tar.bz2 gentoo-d4933e328ca43fbc4a09343fe8ecbacad1dbee6e.zip |
www-servers/nginx: Fix typo for using stream upstream module
Closes: https://github.com/gentoo/gentoo/pull/1421
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/nginx/nginx-1.10.0.ebuild | 2 |
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 |