Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 572058
Collapse All | Expand All

(-)dev-libs/libressl/libressl-2.2.5.ebuild (-1 / +3 lines)
Lines 4-10 Link Here
4
4
5
EAPI=5
5
EAPI=5
6
6
7
inherit eutils multilib-minimal
7
inherit eutils libtool multilib-minimal
8
8
9
DESCRIPTION="Free version of the SSL/TLS protocol forked from OpenSSL"
9
DESCRIPTION="Free version of the SSL/TLS protocol forked from OpenSSL"
10
HOMEPAGE="http://www.libressl.org/"
10
HOMEPAGE="http://www.libressl.org/"
Lines 29-34 Link Here
29
		-e '/^[ \t]*USER_CFLAGS=/s#-O2 ##' \
29
		-e '/^[ \t]*USER_CFLAGS=/s#-O2 ##' \
30
		-e '/^[ \t]*USER_CFLAGS=/s#-O2"#"#' \
30
		-e '/^[ \t]*USER_CFLAGS=/s#-O2"#"#' \
31
		configure || die "fixing CFLAGS failed"
31
		configure || die "fixing CFLAGS failed"
32
33
	elibtoolize
32
}
34
}
33
35
34
multilib_src_configure() {
36
multilib_src_configure() {

Return to bug 572058