mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-10 01:17:44 +03:00
journal: build fix when LZ4 is enabled but XZ is not
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user