commit: b258e2593e406538c8ca5029d027f315edc44843 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Mon Jan 17 15:21:27 2022 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Mon Jan 17 15:21:27 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b258e259
sys-libs/efivar: drop -march=native Closes: https://bugs.gentoo.org/831334 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> sys-libs/efivar/efivar-38.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sys-libs/efivar/efivar-38.ebuild b/sys-libs/efivar/efivar-38.ebuild index e55e6a422cad..ae6cba87f271 100644 --- a/sys-libs/efivar/efivar-38.ebuild +++ b/sys-libs/efivar/efivar-38.ebuild @@ -57,3 +57,8 @@ src_configure() { # Used by tests/Makefile export GRUB_PREFIX=grub } + +src_compile() { + # https://bugs.gentoo.org/831334 + emake HOST_MARCH= +}
