mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 22:33:28 +00:00
dibbler: Add libpthread to linker flags
Fixed build issue lowlevel-linux-link-state.c:(.text+0x450): undefined reference to `pthread_create' clang-12: error: linker command failed with exit code 1 (use -v to see invocation) Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
8105f98ad6
commit
7178a18131
@ -29,6 +29,8 @@ inherit autotools
|
||||
|
||||
DEPENDS += "flex-native"
|
||||
|
||||
LDFLAGS += "-pthread"
|
||||
|
||||
PACKAGES =+ "${PN}-requestor ${PN}-client ${PN}-relay ${PN}-server"
|
||||
|
||||
FILES_${PN}-client = "${sbindir}/${PN}-client"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user