From 514dfbfc3e233c7c02c04ef2f2ee15fedd1d5c19 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Sun, 10 May 2020 13:28:51 +0200 Subject: qpdf: link libatomic explicitly on mips MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller Signed-off-by: Khem Raj (cherry picked from commit 7a1f41a6a0823e6ac7d5e44dba76ef9e7db3c47f) Signed-off-by: Armin Kuster --- meta-oe/recipes-printing/qpdf/qpdf_10.0.1.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-oe') 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 f04e437d34..3883a8dcf0 100644 --- a/meta-oe/recipes-printing/qpdf/qpdf_10.0.1.bb +++ b/meta-oe/recipes-printing/qpdf/qpdf_10.0.1.bb @@ -20,6 +20,8 @@ EXTRA_OECONF = "--without-random \ EXTRA_OEMAKE_class-target = "LIBTOOL=${HOST_SYS}-libtool" +LDFLAGS_append_mipsarch = " -latomic" + S="${WORKDIR}/${BPN}-${PV}" # avoid Makefile returning error on 'make clean' before configure was run -- cgit 1.2.3-korg