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

Collapse All | Expand All

(-)a/nginx-0.8.4-r1.ebuild (-1 / +2 lines)
Lines 11-17 SRC_URI="http://sysoev.ru/nginx/${P}.tar.gz" Link Here
11
LICENSE="BSD"
11
LICENSE="BSD"
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
13
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
14
IUSE="addition debug fastcgi flv imap ipv6 pcre perl random-index securelink ssl status sub webdav zlib"
14
IUSE="addition debug fastcgi flv imap ipv6 passenger pcre perl random-index securelink ssl status sub webdav zlib"
15
DEPEND="dev-lang/perl
15
DEPEND="dev-lang/perl
16
       pcre? ( >=dev-libs/libpcre-4.2 )
16
       pcre? ( >=dev-libs/libpcre-4.2 )
Lines 68-73 src_compile() { Link Here
68
       use sub         && myconf="${myconf} --with-http_sub_module"
68
       use sub         && myconf="${myconf} --with-http_sub_module"
69
       use random-index        && myconf="${myconf} --with-http_random_index_module"
69
       use random-index        && myconf="${myconf} --with-http_random_index_module"
70
       use securelink && myconf="${myconf} --with-http_secure_link_module"
70
       use securelink && myconf="${myconf} --with-http_secure_link_module"
71
       use passenger  && myconf="${myconf} --add-module=`passenger-config --root`/ext/nginx"
71
       tc-export CC
72
       tc-export CC
72
       ./configure \
73
       ./configure \

Return to bug 266446