systemd / casync

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

castore: fix build without lzma or xz #245

Closed yairbenavraham closed 3 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.

ignatenkobrain commented 3 years ago

The user named '~jonathonf' has no PPA named 'ubuntu/python-3.6'

Seems CI failures are unrelated... And need some love.

ignatenkobrain commented 3 years ago

@yairbenavraham any reason to close this PR?

yairbenavraham commented 3 years ago

Because I was not aware that deleting a branch on the forked repo will effect the PR. Anyway re-submitted as #247