package/valgrind: fix musl compile
authorPeter Seiderer <ps.report@gmx.net>
Tue, 6 Apr 2021 21:48:40 +0000 (23:48 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Wed, 7 Apr 2021 19:07:37 +0000 (21:07 +0200)
commit097da083b1fb810d9e462e9ce78c87435d660ac1
treefaaba76dbb7c0dbb6926daefc57e98ffecbde2ed
parent39763ca74e79d74704e328f63aa218870d7ed9f1
package/valgrind: fix musl compile

The file musl.supp is missing from the download source package, add a
patch deviated from reduced upstream commit ([1]) re-adding the missing file.

Fixes:

  - http://autobuild.buildroot.net/results/b106be44d6e7d82a4e3ad16c995366a46d39ee3c

  make[1]: *** No rule to make target 'musl.supp', needed by 'default.supp'.  Stop.

[1] https://sourceware.org/git/?p=valgrind.git;a=patch;h=f4d98ff79d5a79102b777ea7e23002d9f7326489

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/valgrind/0003-Bug-408663-Patch-Suppression-file-for-musl-libc.patch [new file with mode: 0644]