mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user