repo/extra/efivar/build
Dylan Araps c29cd78bf3
efivar: disable thread-test
Fixes compilation issue (which I cannot reproduce).
2021-08-08 08:46:40 +03:00

9 lines
163 B
Bash
Executable File

#!/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