strace: remove code coverage makefile var
authorRosen Penev <rosenp@gmail.com>
Wed, 20 Oct 2021 23:27:49 +0000 (16:27 -0700)
committerHauke Mehrtens <hauke@hauke-m.de>
Tue, 2 Nov 2021 22:37:19 +0000 (23:37 +0100)
commit9a329c4d87d0e830be833f4e06e679c2b8f74847
tree744433ae10a24f8d7c7b9257a702667ee330a164
parentf7f12495bc9725e221b595680c47c4240d437abb
strace: remove code coverage makefile var

It relies on a custom ax_code_coverage.m4 file included with strace.
Unfortunately, this conflicts with the one included with
autoconf-macros. Instead of creating a huge patch to fix it, just remove
the variable as code coverage is not used here.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
package/devel/strace/Makefile
package/devel/strace/patches/010-m4.patch [new file with mode: 0644]