On 06/07/2020 16:37, Ed W wrote:
Cancel the previous... I must have been staring at the
wrong thing.
Cause is TOTALLY different
OK, to recap:
Compiling zstd-1.4.5 using uclibc-ng, will trigger an error in
programs/util.c which basically indicates that the section "struct
stat" in bits/stat.h relating to the definitions of "st_mtim" are
hidden behind "#define __USE_MISC"
I have prepared a patch that I'm about to send upstream to zstd which
will add a declare for __USE_MISC and this allows compilation...
Link to upstream problem report relating to this:
https://github.com/facebook/zstd/issues/1872
Regards
Ed W