strace: fix program_invocation_name uClibc declaration mismatch
authorBaruch Siach <baruch@tkos.co.il>
Fri, 8 Sep 2017 09:23:48 +0000 (12:23 +0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 9 Sep 2017 20:15:39 +0000 (22:15 +0200)
commitc374641e31040e77355cf63de30b6984e91114f1
tree8e8e6b4f45433926e9e397c293e2223dfb0a3bfd
parent478ee139b2c34d34ec64f1a975c1b18dfbbd36d4
strace: fix program_invocation_name uClibc declaration mismatch

The local program_invocation_name declaration conflicts with the uClibc
one. Add a patch making this declaration depend on
!HAVE_PROGRAM_INVOCATION_NAME.

Fixes:
http://autobuild.buildroot.net/results/5f0/5f0852f3ffb46f8fb2b4c9318652c5ab3ab5e97d/

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
[Thomas: update patch status.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/strace/0001-error_prints-fix-program_invocation_name-type-confli.patch [new file with mode: 0644]