aboutsummaryrefslogtreecommitdiffstats
path: root/tools/cmake/patches/110-liblzma.patch
Commit message (Collapse)AuthorAgeFilesLines
* tools/cmake: Build without some included libsRosen Penev2023-11-211-0/+17
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)