tools/cmake: Build without some included libs
authorRosen Penev <rosenp@gmail.com>
Sat, 24 Sep 2022 23:57:40 +0000 (16:57 -0700)
committerChristian Marangi <ansuelsmth@gmail.com>
Thu, 29 Sep 2022 17:33:17 +0000 (19:33 +0200)
commit3848cf458ef998fc9971edd6a01cc9cdb43fbef9
treef0fa3d5fa71d9e98fb0bf0c920cfdba502815507
parent89df3589e6237e5ad9b5cdd9f87c82987b200e37
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>
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]