mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
journal: build fix when LZ4 is enabled but XZ is not
This commit is contained in:
committed by
Zbigniew Jędrzejewski-Szmek
parent
dd87b1840c
commit
10893a5cfa
@@ -78,7 +78,7 @@ typedef struct JournalFile {
|
||||
|
||||
Hashmap *chain_cache;
|
||||
|
||||
#ifdef HAVE_XZ
|
||||
#if defined(HAVE_XZ) || defined(HAVE_LZ4)
|
||||
void *compress_buffer;
|
||||
size_t compress_buffer_size;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user