Skip to content

Commit

Permalink
netdata: Add libatomic to link step
Browse files Browse the repository at this point in the history
Signed-off-by: Khem Raj <[email protected]>
(cherry picked from commit ae4adf2)
Signed-off-by: Armin Kuster <[email protected]>
  • Loading branch information
kraj authored and akuster committed Jan 31, 2020
1 parent 40d9226 commit 9d6b30b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meta-webserver/recipes-webadmin/netdata/netdata_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ DEPENDS += "zlib util-linux"
inherit pkgconfig autotools-brokensep useradd systemd

LIBS_toolchain-clang_x86 = "-latomic"
LIBS_riscv64 = "-latomic"
LIBS_riscv32 = "-latomic"
export LIBS

#systemd
Expand Down

0 comments on commit 9d6b30b

Please sign in to comment.