mirror of
https://codeberg.org/kiss-community/repo
synced 2025-03-27 16:22:46 -06:00
efivar: disable thread-test
Fixes compilation issue (which I cannot reproduce).
This commit is contained in:
parent
9ec384c785
commit
c29cd78bf3
@ -1,4 +1,8 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
# Disable test program 'thread-test'.
|
||||
sed 's/thread-test//' src/Makefile > _
|
||||
mv -f _ src/Makefile
|
||||
|
||||
make COMPILER="$CC"
|
||||
make libdir=/usr/lib/ install
|
||||
|
Loading…
Reference in New Issue
Block a user