mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
efivar: fixup build on i686
I don't think it really needs LTO.
This commit is contained in:
parent
06d625a7fe
commit
9b4424cbb7
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "0lc38npydp069nlcga25wzzm204ww9l6mpjfn6wmhdfhn0pgjwky";
|
||||
})
|
||||
];
|
||||
# We have no LTO here since commit 22284b07.
|
||||
postPatch = if stdenv.isi686 then "sed '/^OPTIMIZE /s/-flto//' -i Make.defaults" else null;
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ popt ];
|
||||
|
|
Loading…
Reference in a new issue