Line
Link Here
|
0 |
-- nginx-0.7.62.ebuild 2009-09-18 19:36:47.000000000 +0000 |
0 |
++ nginx-0.7.64.ebuild 2009-11-23 23:02:52.000000000 +0000 |
Lines 46-52
Link Here
|
46 |
|
46 |
|
47 |
use addition && myconf="${myconf} --with-http_addition_module" |
47 |
use addition && myconf="${myconf} --with-http_addition_module" |
48 |
use fastcgi || myconf="${myconf} --without-http_fastcgi_module" |
48 |
use fastcgi || myconf="${myconf} --without-http_fastcgi_module" |
49 |
use fastcgi && myconf="${myconf} --with-http_realip_module" |
|
|
50 |
use flv && myconf="${myconf} --with-http_flv_module" |
49 |
use flv && myconf="${myconf} --with-http_flv_module" |
51 |
use zlib || myconf="${myconf} --without-http_gzip_module" |
50 |
use zlib || myconf="${myconf} --without-http_gzip_module" |
52 |
use pcre || { |
51 |
use pcre || { |
Lines 73-78
Link Here
|
73 |
--http-fastcgi-temp-path=/var/tmp/${PN}/fastcgi \ |
72 |
--http-fastcgi-temp-path=/var/tmp/${PN}/fastcgi \ |
74 |
--with-md5-asm --with-md5=/usr/include \ |
73 |
--with-md5-asm --with-md5=/usr/include \ |
75 |
--with-sha1-asm --with-sha1=/usr/include \ |
74 |
--with-sha1-asm --with-sha1=/usr/include \ |
|
|
75 |
--with-http_realip_module \ |
76 |
${myconf} || die "configure failed" |
76 |
${myconf} || die "configure failed" |
77 |
|
77 |
|
78 |
emake LINK="${CC} ${LDFLAGS}" OTHERLDFLAGS="${LDFLAGS}" || die "failed to compile" |
78 |
emake LINK="${CC} ${LDFLAGS}" OTHERLDFLAGS="${LDFLAGS}" || die "failed to compile" |