Richard Henderson <richard.hender...@linaro.org> writes:
> On 06/13/2018 02:55 AM, Alex Bennée wrote: >> This is a simple aide-memoir as it can be tricky to determine this >> with a simple statically compiled binary. >> >> Signed-off-by: Alex Bennée <alex.ben...@linaro.org> >> --- >> risu.c | 5 ++++- >> 1 file changed, 4 insertions(+), 1 deletion(-) > > Eh, sure. Or we could simply require zlib... > > Reviewed-by: Richard Henderson <richard.hender...@linaro.org> I would be some cross compilers (or more correctly multiarch setups) are broken in this regard. There was a time before I moved to 18.04 that I couldn't have multiple zlib1g-dev packages installed due to clashing files. As risu accepts stdin/stdout for trace files you can work around this with pipes and native gzip so a non-zlib enabled risu is still usable. But I'm happy to defer to Peter on this one. -- Alex Bennée