diff options
author | Mike Gilbert <floppym@gentoo.org> | 2022-01-17 10:21:27 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2022-01-17 10:21:27 -0500 |
commit | b258e2593e406538c8ca5029d027f315edc44843 (patch) | |
tree | 5ae7a111c68bd231fbc4cfbaab38baaf87fff08f /sys-libs/efivar | |
parent | app-admin/cdist: add myself as maintainer (diff) | |
download | gentoo-b258e2593e406538c8ca5029d027f315edc44843.tar.gz gentoo-b258e2593e406538c8ca5029d027f315edc44843.tar.bz2 gentoo-b258e2593e406538c8ca5029d027f315edc44843.zip |
sys-libs/efivar: drop -march=native
Closes: https://bugs.gentoo.org/831334
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-libs/efivar')
-rw-r--r-- | sys-libs/efivar/efivar-38.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
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= +} |