mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-07-20 15:44:58 +00:00
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>
This commit is contained in:
parent
3d96cb8778
commit
e7573fb3c7
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user