]> git.pld-linux.org Git - packages/systemd.git/blob - systemd-lz4.patch
package dir %{systemdunitdir}/systemd-udevd.service.d
[packages/systemd.git] / systemd-lz4.patch
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.022861 seconds and 3 git commands to generate.