zstd: Fix compilation on uClibc-ng 8870/head
authorRosen Penev <rosenp@gmail.com>
Wed, 1 May 2019 21:11:48 +0000 (14:11 -0700)
committerRosen Penev <rosenp@gmail.com>
Wed, 1 May 2019 21:13:17 +0000 (14:13 -0700)
commit171c81db0af5728fb0b070ef65b4e094a0b2888b
tree83f2e53b537d69b40db1f42a79872ff416ba0241
parent4072e78dbe00f9690f94e3c0388ae607cb0b37b1
zstd: Fix compilation on uClibc-ng

uClibc-ng defines __GLIBCC__ and does not compile in execinfo.h. Disable
it.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
utils/zstd/Makefile
utils/zstd/patches/010-uClibc-ng.patch [new file with mode: 0644]