efivar: disable thread-test

Fixes compilation issue (which I cannot reproduce).
This commit is contained in:
Dylan Araps 2021-08-08 08:46:40 +03:00
parent 9ec384c785
commit c29cd78bf3
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 4 additions and 0 deletions

View File

@ -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