]> git.pld-linux.org Git - packages/systemd.git/blobdiff - systemd-lz4.patch
- x32 buildfix patch from debian
[packages/systemd.git] / systemd-lz4.patch
index f6a1721140f2d5fac4a2fb30f377d9ec77a23c46..c0763d23af3cd70f20d7a9ddfc7d284efc928157 100644 (file)
@@ -1,21 +1,23 @@
-diff --git a/configure.ac b/configure.ac
-index 0b10fc7de7..1928e65bde 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -623,10 +623,13 @@ AM_CONDITIONAL(HAVE_BZIP2, [test "$have_bzip2" = "yes"])
- have_lz4=no
- AC_ARG_ENABLE(lz4, AS_HELP_STRING([--disable-lz4], [Disable optional LZ4 support]))
- AS_IF([test "x$enable_lz4" != "xno"], [
--        PKG_CHECK_MODULES(LZ4, [ liblz4 >= 125 ],
--               [AC_DEFINE(HAVE_LZ4, 1, [Define in LZ4 is available])
-+        PKG_CHECK_MODULES(LZ4, [ liblz4 < 10 ],
-+               [AC_DEFINE(HAVE_LZ4, 1, [Define if LZ4 is available])
-                 have_lz4=yes],
--                have_lz4=no)
-+                [PKG_CHECK_MODULES(LZ4, [ liblz4 >= 125 ],
-+                      [AC_DEFINE(HAVE_LZ4, 1, [Define if LZ4 is available])
-+                      have_lz4=yes],
-+                      have_lz4=no)])
-         AS_IF([test "x$have_lz4" = xno -a "x$enable_lz4" = xyes],
-               [AC_MSG_ERROR([*** LZ4 support requested but libraries not found])])
- ])
+--- systemd-232/Makefile.am.orig       2017-04-05 19:08:21.126447292 +0200
++++ systemd-232/Makefile.am    2017-04-05 19:17:46.589774170 +0200
+@@ -4255,6 +4255,10 @@
+       libsystemd-shared.la
++test_compress_CFLAGS =
+ if HAVE_LZ4
++test_compress_CFLAGS += \
++      $(LZ4_CFLAGS)
++
+ test_compress_LDADD += \
+       -llz4
+ endif
+@@ -4402,6 +4405,9 @@
+ endif
+ if HAVE_LZ4
++libsystemd_journal_internal_la_CFLAGS += \
++      $(LZ4_CFLAGS)
++
+ libsystemd_journal_internal_la_LIBADD += \
+       -llz4
+ endif
This page took 0.072667 seconds and 4 git commands to generate.