> On 14 Jul 2020, at 21:51, Doug Henderson via Cygwin-apps > <cygwin-apps@cygwin.com> wrote: > > On Tue, 14 Jul 2020 at 10:29, ASSI <> wrote: >> >> ASSI writes: >>> By patching the Makefile, just like you need to do for all the other >>> stuff from the same author. You can have a look at the zstd packages. >> >> Come to think of it, xxhash is already part of zstd. Can't you just >> link to that? >> >> >> Regards, >> Achim. > > I have patched the Makefile as suggested. The newest version of the > dist files as located at > > https://github.com/djhenderson/Temp/raw/master/xxhash.zip >
> (...) > > Any way, I would like some critical feedback on the dist packaging. Many thanks Doug, really nice work ! At least I successfully manage to build rsync with this package : $ uname -s -r CYGWIN_NT-6.1 3.1.6(0.340/5/3) $ ./rsync --version rsync version 3.2.3dev protocol version 31 (...) Optimizations: no SIMD, asm, openssl-crypto Checksum list: xxh64 (xxhash) md5 md4 none Compress list: zstd lz4 zlibx zlib none Not sure about the other things to check though. Kind regards, Ben