aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-11-15 00:22:03 -0800
committerKhem Raj <raj.khem@gmail.com>2020-11-15 12:25:54 -0800
commit05d7f36548eab4fade0f0e202310027b8e4340ec (patch)
tree97237353b26881de13e1d594bfed49f2ce5071ff /meta-networking
parentf21d8554883e958b96d47fe0cdb9c6e18ff52209 (diff)
downloadmeta-openembedded-contrib-05d7f36548eab4fade0f0e202310027b8e4340ec.tar.gz
ntopng: Link with libatomic on rv32
Fixes build errors e.g. include/c++/10.2.0/bits/atomic_base.h:426: undefined reference to `__atomic_load_8' Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-support/ntopng/ntopng_4.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/ntopng/ntopng_4.2.bb b/meta-networking/recipes-support/ntopng/ntopng_4.2.bb
index bd2b99fab2..5961866515 100644
--- a/meta-networking/recipes-support/ntopng/ntopng_4.2.bb
+++ b/meta-networking/recipes-support/ntopng/ntopng_4.2.bb
@@ -28,6 +28,7 @@ export LUA_LIB = "${STAGING_LIBDIR}/liblua.a"
LDFLAGS_append_mipsarch = " -latomic"
LDFLAGS_append_powerpc = " -latomic"
+LDFLAGS_append_riscv32 = " -latomic"
inherit autotools-brokensep gettext systemd
do_install_append() {