systemd / casync

Content-Addressable Data Synchronization Tool
1.51k stars 117 forks source link

castore: fix build without lzma or xz #247

Closed yairbenavraham closed 2 years ago

yairbenavraham commented 3 years ago

castore.c unconditioanlly includes lzma.h, but lzma support if optional. Furthermore, castore.c does not need anything from lzma.h.

Drop the include altogether.