Fixes libqpdf/build/.libs/libqpdf.so: undefined reference to `__atomic_fetch_add_8'
Signed-off-by: Khem Raj <[email protected]> --- 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
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#87958): https://lists.openembedded.org/g/openembedded-devel/message/87958 Mute This Topic: https://lists.openembedded.org/mt/78282222/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
