projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3846085
)
www-servers/nginx: Fix typo for using stream upstream module
author
everpcpc
<git@everpcpc.com>
Fri, 6 May 2016 13:15:04 +0000
(13:15 +0000)
committer
Patrice 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
patch
|
blob
|
history
diff --git
a/www-servers/nginx/nginx-1.10.0.ebuild
b/www-servers/nginx/nginx-1.10.0.ebuild
index ef851c40213a6355b53bdaf52290da19c6d1878f..2058354a5bd449a7039aa222447b710abbbf62b5 100644
(file)
--- 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