diff options
author | Cem Keylan <cem@ckyln.com> | 2020-01-09 16:36:57 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-01-09 16:36:57 +0300 |
commit | 4baab048c77a9e3d1c009f2b0eef34c708dc5ac0 (patch) | |
tree | f32aa6b961fe430d4093dd6fd223d261eaa01d9f /extra/efivar/build | |
parent | 4adfb3ee5e871b2103c4c2c0de06f969363247d0 (diff) | |
download | repository-4baab048c77a9e3d1c009f2b0eef34c708dc5ac0.tar.gz |
efivar: Pull patches from KISS to fix verbose issues in efibootmgr
Diffstat (limited to 'extra/efivar/build')
-rwxr-xr-x | extra/efivar/build | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/extra/efivar/build b/extra/efivar/build index eb4038ac..47473ecc 100755 --- a/extra/efivar/build +++ b/extra/efivar/build @@ -1,7 +1,11 @@ #!/bin/sh -e -patch -p1 < fix-gcc9-dp.h.patch -patch -p1 < fix-gcc9.patch +# The order here matters. +patch -p1 < b98ba8921010d03f46704a476c69861515deb1ca.patch +patch -p1 < c3c553db85ff10890209d0fe48fb4856ad68e4e0.patch +patch -p1 < 0dad6d78a7fb5f6c5fb4a1d646040539db6cf865.patch +patch -p1 < fdb803402fb32fa6d020bac57a40c7efe4aabb7d.patch +patch -p1 < 4e04afc2df9bbc26e5ab524b53a6f4f1e61d7c9e.patch # Avoid repeating ourselves. mk() { |