Skip to content

Commit

Permalink
package/systemd: disable zstd for host-systemd
Browse files Browse the repository at this point in the history
systemd 246 added support for zstd compression of large fields in
journal files [1]. Since zstd is only used at runtime, we don't
need it to enable its support in host-systemd.

[1] https://github.com/systemd/systemd/blob/v246/NEWS#L323-L331

Signed-off-by: Titouan Christophe <[email protected]>
Signed-off-by: Yann E. MORIN <[email protected]>
  • Loading branch information
Titouan Christophe authored and yann-morin-1998 committed Sep 4, 2020
1 parent a326b6e commit f5b8956
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package/systemd/systemd.mk
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,8 @@ HOST_SYSTEMD_CONF_OPTS = \
-Dkernel-install=false \
-Dsystemd-analyze=false \
-Dlibcryptsetup=false \
-Daudit=false
-Daudit=false \
-Dzstd=false

HOST_SYSTEMD_DEPENDENCIES = \
$(BR2_COREUTILS_HOST_DEPENDENCY) \
Expand Down

0 comments on commit f5b8956

Please sign in to comment.