aboutsummaryrefslogtreecommitdiffstats
path: root/meta-application-manager/recipes-others/dlog/files/libsystemd-journal_is_now_in_libsystemd.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-application-manager/recipes-others/dlog/files/libsystemd-journal_is_now_in_libsystemd.patch')
-rw-r--r--meta-application-manager/recipes-others/dlog/files/libsystemd-journal_is_now_in_libsystemd.patch24
1 files changed, 13 insertions, 11 deletions
diff --git a/meta-application-manager/recipes-others/dlog/files/libsystemd-journal_is_now_in_libsystemd.patch b/meta-application-manager/recipes-others/dlog/files/libsystemd-journal_is_now_in_libsystemd.patch
index 347f470..1462a3a 100644
--- a/meta-application-manager/recipes-others/dlog/files/libsystemd-journal_is_now_in_libsystemd.patch
+++ b/meta-application-manager/recipes-others/dlog/files/libsystemd-journal_is_now_in_libsystemd.patch
@@ -1,11 +1,13 @@
---- a/Makefile.am 2016-01-08 07:47:34.902312000 -0800
-+++ b/Makefile.am 2016-01-08 08:01:43.986280740 -0800
-@@ -10,7 +10,7 @@
- log.c \
- log-common.c
-
--libdlog_la_LIBADD = $(TZPLATFORM_CONFIG_LIBS) -lsystemd-journal
-+libdlog_la_LIBADD = $(TZPLATFORM_CONFIG_LIBS) -lsystemd
-
- bin_PROGRAMS= dlogctrl
-
+diff --git a/configure.ac b/configure.ac
+index 79d1046..18567d0 100755
+--- a/configure.ac
++++ b/configure.ac
+@@ -21,7 +21,7 @@ AC_ARG_ENABLE(journal, AS_HELP_STRING([--enable-journal], [enable systemd journa
+ [with_systemd_journal=yes],
+ with_systemd_journal=no)
+ if test "x$with_systemd_journal" != "xno"; then
+- PKG_CHECK_MODULES(systemd_journal, [libsystemd-journal],
++ PKG_CHECK_MODULES(systemd_journal, [libsystemd],
+ [AC_DEFINE(DLOG_BACKEND_JOURNAL, 1, [Define if systemd journal is selected])
+ have_systemd_journal=yes],
+ have_systemd_journal=no)