Skip to content

Commit

Permalink
transmission: Link with libatomic on riscv32
Browse files Browse the repository at this point in the history
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed Sep 17, 2024
1 parent ab60760 commit be14a2d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ S = "${WORKDIR}/git"

inherit cmake gettext update-rc.d pkgconfig systemd mime-xdg

LDFLAGS:append:riscv32 = " -latomic"

PACKAGECONFIG = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'gtk', '', d)} \
${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)}"

Expand Down

0 comments on commit be14a2d

Please sign in to comment.