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

Collapse All | Expand All

(-)/usr/portage/net-misc/stunnel/stunnel-5.44.ebuild (-3 / +4 lines)
Lines 3-9 Link Here
3
3
4
EAPI="6"
4
EAPI="6"
5
5
6
inherit ssl-cert multilib systemd user
6
inherit autotools ssl-cert multilib systemd user
7
7
8
DESCRIPTION="TLS/SSL - Port Wrapper"
8
DESCRIPTION="TLS/SSL - Port Wrapper"
9
HOMEPAGE="http://www.stunnel.org/index.html"
9
HOMEPAGE="http://www.stunnel.org/index.html"
Lines 45-58 Link Here
45
	echo "CONFIG_PROTECT=\"/etc/stunnel/stunnel.conf\"" > "${T}"/20stunnel
45
	echo "CONFIG_PROTECT=\"/etc/stunnel/stunnel.conf\"" > "${T}"/20stunnel
46
46
47
	eapply_user
47
	eapply_user
48
	eautoreconf
48
}
49
}
49
50
50
src_configure() {
51
src_configure() {
51
	econf \
52
	econf \
52
		--libdir="${EPREFIX}/usr/$(get_libdir)" \
53
		--libdir="${EROOT}/usr/$(get_libdir)" \
53
		$(use_enable ipv6) \
54
		$(use_enable ipv6) \
54
		$(use_enable tcpd libwrap) \
55
		$(use_enable tcpd libwrap) \
55
		--with-ssl="${EPREFIX}"/usr \
56
		--with-ssl="${EROOT}"/usr \
56
		--disable-fips
57
		--disable-fips
57
}
58
}
58
59

Return to bug 654374