mirror of
https://codeberg.org/kiss-community/repo
synced 2025-03-27 16:22:46 -06:00
efivar: add rationale
This commit is contained in:
parent
c29cd78bf3
commit
cce95407a0
@ -1,6 +1,9 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
# Disable test program 'thread-test'.
|
||||
# Disable test program 'thread-test' as it causes build failures when using
|
||||
# parallel make (due to missing dependency on libefivar.so). Other workarounds
|
||||
# include patching the Makefile or forcing -j1 (what we used to do).
|
||||
# See: https://github.com/rhboot/efivar/pull/169
|
||||
sed 's/thread-test//' src/Makefile > _
|
||||
mv -f _ src/Makefile
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user