]> git.pld-linux.org Git - packages/systemd.git/blame - systemd-lz4.patch
since 240 /var/lib/systemd/timesync needs to be directory instead of symlink
[packages/systemd.git] / systemd-lz4.patch
CommitLineData
82b9d951
JB
1--- systemd-232/Makefile.am.orig 2017-04-05 19:08:21.126447292 +0200
2+++ systemd-232/Makefile.am 2017-04-05 19:17:46.589774170 +0200
3@@ -4255,6 +4255,10 @@
4 libsystemd-shared.la
5
6+test_compress_CFLAGS =
7 if HAVE_LZ4
8+test_compress_CFLAGS += \
9+ $(LZ4_CFLAGS)
10+
11 test_compress_LDADD += \
12 -llz4
13 endif
14@@ -4402,6 +4405,9 @@
15 endif
16
17 if HAVE_LZ4
18+libsystemd_journal_internal_la_CFLAGS += \
19+ $(LZ4_CFLAGS)
20+
21 libsystemd_journal_internal_la_LIBADD += \
22 -llz4
23 endif
This page took 0.03049 seconds and 4 git commands to generate.