tools: libdeflate: fetch source as tarball
authorRobert Marko <robimarko@gmail.com>
Thu, 4 Apr 2024 09:14:55 +0000 (11:14 +0200)
committerRobert Marko <robimarko@gmail.com>
Sat, 6 Apr 2024 09:24:18 +0000 (11:24 +0200)
commit4c7591c426f562c0705e4e0966356345d0b6cbb7
tree34fbc9a666eac836787007e9eb0a31fbb7d4b49e
parente09d3fd2904a35beaf5e27e81538cd8061b0ef36
tools: libdeflate: fetch source as tarball

libdeflate is currently intentionally being fetched via GIT.

However, with the move to using ZSTD to compress the cloned GIT repo
tarballs it means that we would first need to compile ZSTD.
But that means that we need to be able to unpack gzipped tarballs first
which we currently do by using libdeflate-gzip.
So, in order to do so lets fetch libdeflate as a tarball, use gzip to
extract it and then use libdeflate as regular for all other tools.

Signed-off-by: Robert Marko <robimarko@gmail.com>
tools/libdeflate/Makefile