Install this version:
emerge -a =dev-libs/wolfssl-5.9.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-libs/wolfssl-5.9.2
Or alternatively:
emerge --autounmask-write -a =dev-libs/wolfssl-5.9.2
# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools
DESCRIPTION="Embedded SSL library."
HOMEPAGE="https://www.wolfssl.com/ https://github.com/wolfSSL/wolfssl"
SRC_URI="https://github.com/wolfSSL/${PN}/archive/refs/tags/v${PV}-stable.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${P}-stable"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc64 ~x86"
IUSE="debug cpu_flags_x86_aes jni sniffer +writedup"
DEPEND="sniffer? ( net-libs/libpcap )"
RDEPEND="${DEPEND}"
BDEPEND="app-arch/unzip"
src_prepare() {
eautoreconf
default
}
src_configure() {
econf \
"$(use_enable cpu_flags_x86_aes aesni)" \
"$(use_enable sniffer)" \
"$(use_enable debug)" \
--enable-distro \
"$(use_enable jni)" \
"$(use_enable writedup)"
}
Manage flags for this package:
euse -i <flag> -p dev-libs/wolfssl |
euse -E <flag> -p dev-libs/wolfssl |
euse -D <flag> -p dev-libs/wolfssl
sniffer? ( net-libs/libpcap )
sniffer? ( net-libs/libpcap )
app-arch/unzip
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | wolfssl-5.9.2.tar.gz | 28078586 bytes | https://github.com/wolfSSL/wolfssl/archive/refs/tags/v5.9.2-stable.tar.gz |