package/strace: fix build for no-MMU targets
authorBaruch Siach <baruch@tkos.co.il>
Tue, 8 Jan 2019 16:47:03 +0000 (18:47 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 8 Jan 2019 20:09:02 +0000 (21:09 +0100)
commit10f902368b2a484747e50a0f14a71f8b0c102b40
tree6fc02124d6285d79ce303bc23f911835e3b66bb4
parentf5961ff56a8db95d0f34c640e0b7d7e7b07e540e
package/strace: fix build for no-MMU targets

The latest strace version bump added a call to fork() which breaks build
for no-MMU. Add a patch that removes the unneeded fork() call on no-MMU.

Fixes:
http://autobuild.buildroot.net/results/4a0/4a0e2872b27be93f73137c7550eae1c1f479c160/
http://autobuild.buildroot.net/results/747/74711084a54dfc17ad0d4d1e5faabf6d8a605dca/

Cc: Nicolas Cavallari <nicolas.cavallari@green-communications.fr>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/strace/0001-Fix-build-for-no-MMU-targets.patch [new file with mode: 0644]