All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH V2] systemd: Link with librt explicitly on uclibc
@ 2011-08-05 20:00 Khem Raj
  2011-08-06  8:34 ` Koen Kooi
  0 siblings, 1 reply; 2+ messages in thread
From: Khem Raj @ 2011-08-05 20:00 UTC (permalink / raw)
  To: openembedded-devel

Latest systemd has started to use mq_* functions
which are found on librt in uclibc.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 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"
-- 
1.7.4.1




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-oe][PATCH V2] systemd: Link with librt explicitly on uclibc
  2011-08-05 20:00 [meta-oe][PATCH V2] systemd: Link with librt explicitly on uclibc Khem Raj
@ 2011-08-06  8:34 ` Koen Kooi
  0 siblings, 0 replies; 2+ messages in thread
From: Koen Kooi @ 2011-08-06  8:34 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Op 05-08-11 22:00, Khem Raj schreef:
> Latest systemd has started to use mq_* functions which are found on librt in uclibc.
> 
> Signed-off-by: Khem Raj <raj.khem@gmail.com>

Thanks, applied
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFOPPyQMkyGM64RGpERAspaAKCLPSEnOmzskjhU42yfTPPPMtL6AACgvbp2
RBriclJTaa8wr+irhgfX0Ag=
=cCP+
-----END PGP SIGNATURE-----




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-08-06  8:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-05 20:00 [meta-oe][PATCH V2] systemd: Link with librt explicitly on uclibc Khem Raj
2011-08-06  8:34 ` Koen Kooi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.