From patchwork Thu Aug 4 06:53:43 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-oe] systemd: Link with librt explicitly on uclibc Date: Thu, 04 Aug 2011 06:53:43 -0000 From: Khem Raj X-Patchwork-Id: 9295 Message-Id: <1312440823-27671-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 af4a9ae..fd9bfbd 100644 --- a/meta-oe/recipes-core/systemd/systemd_git.bb +++ b/meta-oe/recipes-core/systemd/systemd_git.bb @@ -29,6 +29,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"