summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd/systemd/0001-test-unit-file-Add-libsystemd-daemon.la-to-LDADD.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/systemd/systemd/0001-test-unit-file-Add-libsystemd-daemon.la-to-LDADD.patch')
-rw-r--r--meta/recipes-core/systemd/systemd/0001-test-unit-file-Add-libsystemd-daemon.la-to-LDADD.patch32
1 files changed, 32 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd/0001-test-unit-file-Add-libsystemd-daemon.la-to-LDADD.patch b/meta/recipes-core/systemd/systemd/0001-test-unit-file-Add-libsystemd-daemon.la-to-LDADD.patch
new file mode 100644
index 0000000000..4cd2ee63ed
--- /dev/null
+++ b/meta/recipes-core/systemd/systemd/0001-test-unit-file-Add-libsystemd-daemon.la-to-LDADD.patch
@@ -0,0 +1,32 @@
1Upstream-Status: Submitted
2
3From f3e0a95b6b3fe516e43ec72045c2fad239184392 Mon Sep 17 00:00:00 2001
4From: Khem Raj <raj.khem@gmail.com>
5Date: Tue, 22 Jan 2013 18:25:46 -0800
6Subject: [PATCH] test-unit-file: Add libsystemd-daemon.la to LDADD
7
8test-unit-file links with libsystemd-core which needs
9sd_* symbols from libsystemd-daemon
10
11Signed-off-by: Khem Raj <raj.khem@gmail.com>
12---
13 Makefile.am | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16diff --git a/Makefile.am b/Makefile.am
17index 7d5bd5a..884227a 100644
18--- a/Makefile.am
19+++ b/Makefile.am
20@@ -1270,7 +1270,8 @@ test_unit_file_CFLAGS = \
21 $(DBUS_CFLAGS)
22
23 test_unit_file_LDADD = \
24- libsystemd-core.la
25+ libsystemd-core.la \
26+ libsystemd-daemon.la
27
28 test_log_SOURCES = \
29 src/test/test-log.c
30--
311.7.9.5
32