aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-08-06 04:00:18 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2011-08-06 10:33:46 +0200
commite7573fb3c7a3e7e8ef0aae5acfd875fd133bf070 (patch)
tree9b788a226e2580cb3ce2f3c249fd0717baff971c /meta-oe
parent3d96cb8778d347d070d32c390f113cb36e4587c9 (diff)
downloadmeta-openembedded-contrib-e7573fb3c7a3e7e8ef0aae5acfd875fd133bf070.tar.gz
systemd: Link with librt explicitly on uclibc
Latest systemd has started to use mq_* functions which are found on librt in uclibc. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-core/systemd/systemd_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-core/systemd/systemd_git.bb b/meta-oe/recipes-core/systemd/systemd_git.bb
index 7a35f79072..44f2e7f985 100644
--- a/meta-oe/recipes-core/systemd/systemd_git.bb
+++ b/meta-oe/recipes-core/systemd/systemd_git.bb
@@ -28,6 +28,8 @@ UCLIBCPATCHES_libc-uclibc = "file://paper-over-mkostemp.patch \
file://format-replace-m-uclibc.patch \
"
+LDFLAGS_libc-uclibc_append = " -lrt"
+
S = "${WORKDIR}/git"
SYSTEMDDISTRO ?= "debian"