dev-libs/libtpms: pass --disable-hardening

--disable-hardening because it just sets what our toolchain
already does. If the user wants to disable that in their *FLAGS,
or via USE on toolchain packages, honour that.

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-01-17 13:18:50 +00:00
parent e5f2bc68da
commit 4b7b41f485

View File

@@ -26,8 +26,12 @@ src_prepare() {
}
src_configure() {
# --disable-hardening because it just sets what our toolchain
# already does. If the user wants to disable that in their *FLAGS,
# or via USE on toolchain packages, honour that.
econf \
--with-openssl
--with-openssl \
--disable-hardening
}
src_install() {