|
Line
Link Here
|
| 0 |
-- /usr/portage/www-servers/nginx/nginx-1.9.7.ebuild 2015-11-19 23:01:01.000000000 +0100 |
0 |
++ /usr/local/portage/www-servers/nginx/nginx-1.9.7.ebuild 2016-01-17 16:26:50.115714271 +0100 |
|
Lines 191-197
Link Here
|
| 191 |
http_memc" |
191 |
http_memc" |
| 192 |
IUSE="aio debug +http http2 +http-cache ipv6 libatomic luajit +pcre pcre-jit rtmp |
192 |
IUSE="aio debug +http http2 +http-cache ipv6 libatomic luajit +pcre pcre-jit rtmp |
| 193 |
selinux ssl threads userland_GNU vim-syntax" |
193 |
selinux ssl stream threads userland_GNU vim-syntax" |
| 194 |
for mod in $NGINX_MODULES_STD; do |
194 |
for mod in $NGINX_MODULES_STD; do |
| 195 |
IUSE="${IUSE} +nginx_modules_http_${mod}" |
195 |
IUSE="${IUSE} +nginx_modules_http_${mod}" |
|
Lines 343-348
Link Here
|
| 343 |
use libatomic && myconf+=( --with-libatomic ) |
343 |
use libatomic && myconf+=( --with-libatomic ) |
| 344 |
use pcre && myconf+=( --with-pcre ) |
344 |
use pcre && myconf+=( --with-pcre ) |
| 345 |
use pcre-jit && myconf+=( --with-pcre-jit ) |
345 |
use pcre-jit && myconf+=( --with-pcre-jit ) |
|
|
346 |
use stream && myconf+=( --with-stream ) |
| 346 |
use threads && myconf+=( --with-threads ) |
347 |
use threads && myconf+=( --with-threads ) |
| 347 |
# HTTP modules |
348 |
# HTTP modules |