tools/cmake: Build without some included libs
authorRosen Penev <rosenp@gmail.com>
Sat, 24 Sep 2022 23:57:40 +0000 (16:57 -0700)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 20 Nov 2023 23:38:36 +0000 (00:38 +0100)
commitd8aa8ae8e98b53b059bf32a6877a5b01ec78a3e0
tree58eb4e57c2f75a71e2e9926bb79068a4c3cee1c2
parent35fd7762b2771958d3fcf33863c753ee72ff214c
tools/cmake: Build without some included libs

Saves a little bit of time when compiling cmake.

Added patches to fix searching liblzma and zlib. The issue is that
because pkgconfig is not used, the system libraries get used.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit 3848cf458ef998fc9971edd6a01cc9cdb43fbef9)
tools/Makefile
tools/cmake/Makefile
tools/cmake/patches/110-liblzma.patch [new file with mode: 0644]
tools/cmake/patches/140-zlib.patch [new file with mode: 0644]