mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user