Add support for GENIVI Diagnostic Log and Trace (DLT).
[AGL/meta-agl.git] / meta-ivi-common / recipes-extended / dlt-daemon / dlt-daemon / 0001-Fix-build-with-systemd-209.patch
1 From 8080b7395c1638baee60fb3c46667f21e00b87fb Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Erik=20Bot=C3=B6?= <erik.boto@pelagicore.com>
3 Date: Fri, 4 Apr 2014 10:59:18 +0200
4 Subject: [PATCH 1/4] Fix build with systemd >= 209
5 MIME-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8
9 Upstream-Status: Inappropriate [Configuration Specific]
10 Signed-off-by: Erik Botö <erik.boto@pelagicore.com>
11 ---
12  src/system/CMakeLists.txt | 2 +-
13  1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/src/system/CMakeLists.txt b/src/system/CMakeLists.txt
16 index ce87914..1d0d224 100644
17 --- a/src/system/CMakeLists.txt
18 +++ b/src/system/CMakeLists.txt
19 @@ -23,7 +23,7 @@ set(dlt_system_SRCS dlt-system.c dlt-system-options.c dlt-system-process-handlin
20         dlt-system-syslog.c dlt-system-watchdog.c dlt-system-journal.c)
21  add_executable(dlt-system ${dlt_system_SRCS} ${systemd_SRCS})
22  if(WITH_SYSTEMD_JOURNAL)
23 -       target_link_libraries(dlt-system dlt ${ZLIB_LIBRARIES} systemd-journal systemd-id128)
24 +       target_link_libraries(dlt-system dlt ${ZLIB_LIBRARIES} systemd)
25  else(WITH_SYSTEMD_JOURNAL)
26         target_link_libraries(dlt-system dlt ${ZLIB_LIBRARIES})
27  endif(WITH_SYSTEMD_JOURNAL)
28 -- 
29 1.9.3
30