www-servers/nginx: Fix typo for using stream upstream module
authoreverpcpc <git@everpcpc.com>
Fri, 6 May 2016 13:15:04 +0000 (13:15 +0000)
committerPatrice Clement <monsieurp@gentoo.org>
Sat, 7 May 2016 22:19:19 +0000 (22:19 +0000)
Closes: https://github.com/gentoo/gentoo/pull/1421

Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
www-servers/nginx/nginx-1.10.0.ebuild

index ef851c40213a6355b53bdaf52290da19c6d1878f..2058354a5bd449a7039aa222447b710abbbf62b5 100644 (file)
@@ -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