Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 293785 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
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"

Return to bug 293785