strace: disable autoreconf
authorStijn Tintel <stijn@linux-ipv6.be>
Wed, 22 Sep 2021 10:50:04 +0000 (13:50 +0300)
committerStijn Tintel <stijn@linux-ipv6.be>
Wed, 3 Aug 2022 09:59:14 +0000 (12:59 +0300)
commit04a525362c84c957cbee0d11af702de324d4468f
tree97b99f4c1df5a7962b12869a9c009b08e6c953b2
parentbeeb49740bb4f68aadf92095984a2d1f9a488956
strace: disable autoreconf

With autoreconf enabled, building strace fails:
Makefile:9303: *** missing separator.  Stop.

Contents of that line:
@CODE_COVERAGE_RULES@

Disabling autoreconf fixes the problem. As the autoreconfig fixup was
enabled in the initial commit of strace to the repo, it's hard to figure
out why it was enabled. It was most likely required to build at that
time, but as it now builds fine without it, just disable the fixup.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
package/devel/strace/Makefile