diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2017-11-19 20:05:58 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2017-11-19 20:06:20 -0600 |
commit | 43f12cee5009303ea52000cfc507b16621143e6b (patch) | |
tree | 606cd07397fd5fe34d6cfa3518237ab26a043ac8 /dev-libs | |
parent | sys-apps/portage: fix -r1 htmldir (bug 638046) (diff) | |
download | gentoo-43f12cee5009303ea52000cfc507b16621143e6b.tar.gz gentoo-43f12cee5009303ea52000cfc507b16621143e6b.tar.bz2 gentoo-43f12cee5009303ea52000cfc507b16621143e6b.zip |
dev-libs/openssl: fixing musl builds on 1.1.0g-r1
Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/openssl/openssl-1.1.0g-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/openssl/openssl-1.1.0g-r1.ebuild b/dev-libs/openssl/openssl-1.1.0g-r1.ebuild index 151632bbbcb2..f698c4714e65 100644 --- a/dev-libs/openssl/openssl-1.1.0g-r1.ebuild +++ b/dev-libs/openssl/openssl-1.1.0g-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://openssl/source/${MY_P}.tar.gz" LICENSE="openssl" SLOT="0/1.1" # .so version of libssl/libcrypto 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" -IUSE="+asm bindist rfc3779 sctp cpu_flags_x86_sse2 static-libs test tls-heartbeat vanilla zlib" +IUSE="+asm bindist elibc_musl rfc3779 sctp cpu_flags_x86_sse2 static-libs test tls-heartbeat vanilla zlib" RESTRICT="!bindist? ( bindist )" RDEPEND=">=app-misc/c_rehash-1.7-r1 @@ -181,6 +181,7 @@ multilib_src_configure() { enable-ec \ $(use_ssl !bindist ec2m) \ enable-srp \ + $(use elibc_musl && echo "no-async") \ ${ec_nistp_64_gcc_128} \ enable-idea \ enable-mdc2 \ |