Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/openssl/
Date: Mon, 20 Nov 2017 02:06:46
Message-Id: 1511143580.43f12cee5009303ea52000cfc507b16621143e6b.prometheanfire@gentoo
1 commit: 43f12cee5009303ea52000cfc507b16621143e6b
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 20 02:05:58 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 20 02:06:20 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43f12cee
7
8 dev-libs/openssl: fixing musl builds on 1.1.0g-r1
9
10 Package-Manager: Portage-2.3.14, Repoman-2.3.6
11
12 dev-libs/openssl/openssl-1.1.0g-r1.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-libs/openssl/openssl-1.1.0g-r1.ebuild b/dev-libs/openssl/openssl-1.1.0g-r1.ebuild
16 index 151632bbbcb..f698c4714e6 100644
17 --- a/dev-libs/openssl/openssl-1.1.0g-r1.ebuild
18 +++ b/dev-libs/openssl/openssl-1.1.0g-r1.ebuild
19 @@ -13,7 +13,7 @@ SRC_URI="mirror://openssl/source/${MY_P}.tar.gz"
20 LICENSE="openssl"
21 SLOT="0/1.1" # .so version of libssl/libcrypto
22 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
23 -IUSE="+asm bindist rfc3779 sctp cpu_flags_x86_sse2 static-libs test tls-heartbeat vanilla zlib"
24 +IUSE="+asm bindist elibc_musl rfc3779 sctp cpu_flags_x86_sse2 static-libs test tls-heartbeat vanilla zlib"
25 RESTRICT="!bindist? ( bindist )"
26
27 RDEPEND=">=app-misc/c_rehash-1.7-r1
28 @@ -181,6 +181,7 @@ multilib_src_configure() {
29 enable-ec \
30 $(use_ssl !bindist ec2m) \
31 enable-srp \
32 + $(use elibc_musl && echo "no-async") \
33 ${ec_nistp_64_gcc_128} \
34 enable-idea \
35 enable-mdc2 \