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

Collapse All | Expand All

(-)a/net-misc/openvpn/openvpn-2.3.10.ebuild (+4 lines)
Lines 39-44 Link Here
39
	selinux? ( sec-policy/selinux-openvpn )
39
	selinux? ( sec-policy/selinux-openvpn )
40
"
40
"
41
41
42
src_prepare() {
43
	epatch "${FILESDIR}"/2.3.10-Fix-build-with-libressl.patch
44
}
45
42
src_configure() {
46
src_configure() {
43
	use static && LDFLAGS="${LDFLAGS} -Xcompiler -static"
47
	use static && LDFLAGS="${LDFLAGS} -Xcompiler -static"
44
	local myconf
48
	local myconf

Return to bug 574294