Fix bootcheck-related files compilation.
authorVladimir Serbinenko <phcoder@gmail.com>
Wed, 1 Feb 2017 14:57:08 +0000 (15:57 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Wed, 1 Feb 2017 14:57:08 +0000 (15:57 +0100)
commit68c6cec061d0a46adeafd7070d19d569ca051d67
treee8d9db61245e6c77d0a969a23273049b137bde70
parent0704e83a1b59d2a02f611fde1583f481d7a91e03
Fix bootcheck-related files compilation.

We need -static as otherwise linker will set interpreter field and ld.so
is not available on our initrd's.
Strip all sections we don't need on binary tests.
Makefile.am