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

Collapse All | Expand All

(-)stunnel-4.05.ebuild (-1 / +3 lines)
Lines 20-30 Link Here
20
src_unpack() {
20
src_unpack() {
21
	unpack ${A}; cd ${S}
21
	unpack ${A}; cd ${S}
22
	epatch ${FILESDIR}/${P}-gentoo.diff
22
	epatch ${FILESDIR}/${P}-gentoo.diff
23
	epatch ${FILESDIR}/${P}.purpose.patch
24
	epatch ${FILESDIR}/stunnel-4.04.keytype.patch
23
}
25
}
24
26
25
src_compile() {
27
src_compile() {
26
	use static && append-ldflags -all-static
28
	use static && append-ldflags -all-static
27
	econf \
29
	econf --enable-dh \
28
		`use_enable static` \
30
		`use_enable static` \
29
		`use_enable !static shared` \
31
		`use_enable !static shared` \
30
		|| die
32
		|| die

Return to bug 64185