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