aboutsummaryrefslogtreecommitdiffstats
path: root/meta-application-manager/recipes-others/dlog/files/libsystemd-journal_is_now_in_libsystemd.patch
diff options
context:
space:
mode:
authorYuta Doi <yuta-d@witz-inc.co.jp>2016-12-26 17:57:52 +0900
committerYuta Doi <yuta-d@witz-inc.co.jp>2016-12-26 17:57:52 +0900
commit8dffedd832966c1da0adbcff25be0bb435356d24 (patch)
tree5c07bee1932a3438b93f87da8b5e0f022a128354 /meta-application-manager/recipes-others/dlog/files/libsystemd-journal_is_now_in_libsystemd.patch
parent96889e076bb7bb9a8333b2ae88038ab19914c7ca (diff)
Update dlog
from: c43bce370f4aaa09f48df4e2c1d2b99f133526d0 to : 76c667512e355bda5edd856f6b7041f9f8e392b0 [NOTE] This commit have been checked compiling but the command of pkgmgr is not existed, so it is necessary that alternative command is added. Change-Id: I1219ba0373aa936c8c16e1d9a8547cb677bd22f5 Signed-off-by: Yuta Doi <yuta-d@witz-inc.co.jp>
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)