--- nginx-0.7.62.ebuild 2009-09-18 19:36:47.000000000 +0000 +++ nginx-0.7.64.ebuild 2009-11-23 23:02:52.000000000 +0000 @@ -46,7 +46,6 @@ use addition && myconf="${myconf} --with-http_addition_module" use fastcgi || myconf="${myconf} --without-http_fastcgi_module" - use fastcgi && myconf="${myconf} --with-http_realip_module" use flv && myconf="${myconf} --with-http_flv_module" use zlib || myconf="${myconf} --without-http_gzip_module" use pcre || { @@ -73,6 +72,7 @@ --http-fastcgi-temp-path=/var/tmp/${PN}/fastcgi \ --with-md5-asm --with-md5=/usr/include \ --with-sha1-asm --with-sha1=/usr/include \ + --with-http_realip_module \ ${myconf} || die "configure failed" emake LINK="${CC} ${LDFLAGS}" OTHERLDFLAGS="${LDFLAGS}" || die "failed to compile"