All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] qpdf: Link with libatomic on rv32
@ 2020-11-16  0:08 Khem Raj
  0 siblings, 0 replies; only message in thread
From: Khem Raj @ 2020-11-16  0:08 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

Fixes
libqpdf/build/.libs/libqpdf.so: undefined reference to `__atomic_fetch_add_8'

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-printing/qpdf/qpdf_10.0.1.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-printing/qpdf/qpdf_10.0.1.bb b/meta-oe/recipes-printing/qpdf/qpdf_10.0.1.bb
index 600508097b..5965b8d09d 100644
--- a/meta-oe/recipes-printing/qpdf/qpdf_10.0.1.bb
+++ b/meta-oe/recipes-printing/qpdf/qpdf_10.0.1.bb
@@ -21,6 +21,7 @@ EXTRA_OECONF = "--without-random \
 EXTRA_OEMAKE_class-target = "LIBTOOL=${HOST_SYS}-libtool"
 
 LDFLAGS_append_mipsarch = " -latomic"
+LDFLAGS_append_riscv32 = " -latomic"
 
 S="${WORKDIR}/${BPN}-${PV}"
 
-- 
2.29.2


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-11-16  0:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-16  0:08 [meta-oe][PATCH] qpdf: Link with libatomic on rv32 Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.