dev-libs/libretls: make sure elibtoolize is applied

Needed to e.g. pass LTO warning flags through to the linker.

Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Eli Schwartz
2024-05-26 23:25:49 -04:00
committed by Sam James
parent ccdca7f745
commit 9aa71a54df

View File

@@ -3,6 +3,8 @@
EAPI=8
inherit libtool
DESCRIPTION="Port of libtls from LibreSSL to OpenSSL"
HOMEPAGE="https://git.causal.agency/libretls/about/"
SRC_URI="https://causal.agency/libretls/${P}.tar.gz"
@@ -28,6 +30,11 @@ QA_CONFIG_IMPL_DECL_SKIP+=(
__va_copy
)
src_prepare() {
default
elibtoolize
}
src_install() {
default
find "${ED}" -name '*.la' -delete || die