Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
efivar: disable thread-test
Browse files Browse the repository at this point in the history
Fixes compilation issue (which I cannot reproduce).
  • Loading branch information
dylanaraps committed Aug 8, 2021
1 parent 9ec384c commit c29cd78
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions extra/efivar/build
@@ -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

0 comments on commit c29cd78

Please sign in to comment.