From patchwork Fri Aug 5 20:00:18 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-oe,V2] systemd: Link with librt explicitly on uclibc Date: Fri, 05 Aug 2011 20:00:18 -0000 From: Khem Raj X-Patchwork-Id: 9405 Message-Id: <1312574418-21041-1-git-send-email-raj.khem@gmail.com> To: openembedded-devel@lists.openembedded.org Latest systemd has started to use mq_* functions which are found on librt in uclibc. Signed-off-by: Khem Raj --- meta-oe/recipes-core/systemd/systemd_git.bb | 2 ++ 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 7a35f79..44f2e7f 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"