mirror of
https://codeberg.org/kiss-community/repo
synced 2025-04-01 10:42:52 -06:00
efivar: add rationale
This commit is contained in:
parent
c29cd78bf3
commit
cce95407a0
@ -1,6 +1,9 @@
|
|||||||
#!/bin/sh -e
|
#!/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 > _
|
sed 's/thread-test//' src/Makefile > _
|
||||||
mv -f _ src/Makefile
|
mv -f _ src/Makefile
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user