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

(-)/usr/portage/www-servers/nginx/nginx-0.7.64.ebuild (-3 / +1 lines)
Lines 14-21 Link Here
14
IUSE="addition debug fastcgi flv imap pcre perl random-index ssl status sub webdav zlib"
14
IUSE="addition debug fastcgi flv imap pcre perl random-index ssl status sub webdav zlib"
15
15
16
DEPEND="dev-lang/perl
16
DEPEND="dev-lang/perl
17
	dev-libs/openssl
17
	pcre? ( >=dev-libs/libpcre-4.2 )
18
	pcre? ( >=dev-libs/libpcre-4.2 )
18
	ssl? ( dev-libs/openssl )
19
	zlib? ( sys-libs/zlib )
19
	zlib? ( sys-libs/zlib )
20
	perl? ( >=dev-lang/perl-5.8 )"
20
	perl? ( >=dev-lang/perl-5.8 )"
21
21
Lines 71-78 Link Here
71
		--http-client-body-temp-path=/var/tmp/${PN}/client \
71
		--http-client-body-temp-path=/var/tmp/${PN}/client \
72
		--http-proxy-temp-path=/var/tmp/${PN}/proxy \
72
		--http-proxy-temp-path=/var/tmp/${PN}/proxy \
73
		--http-fastcgi-temp-path=/var/tmp/${PN}/fastcgi \
73
		--http-fastcgi-temp-path=/var/tmp/${PN}/fastcgi \
74
		--with-md5-asm --with-md5=/usr/include \
75
		--with-sha1-asm --with-sha1=/usr/include \
76
		${myconf} || die "configure failed"
74
		${myconf} || die "configure failed"
77
75
78
	emake LINK="${CC} ${LDFLAGS}" OTHERLDFLAGS="${LDFLAGS}" || die "failed to compile"
76
	emake LINK="${CC} ${LDFLAGS}" OTHERLDFLAGS="${LDFLAGS}" || die "failed to compile"

Return to bug 293785