diff options
-rw-r--r-- | meta-oe/recipes-printing/qpdf/qpdf_10.0.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ | |||
20 | 20 | ||
21 | EXTRA_OEMAKE_class-target = "LIBTOOL=${HOST_SYS}-libtool" | 21 | EXTRA_OEMAKE_class-target = "LIBTOOL=${HOST_SYS}-libtool" |
22 | 22 | ||
23 | LDFLAGS_append_mipsarch = " -latomic" | ||
24 | |||
23 | S="${WORKDIR}/${BPN}-${PV}" | 25 | S="${WORKDIR}/${BPN}-${PV}" |
24 | 26 | ||
25 | # avoid Makefile returning error on 'make clean' before configure was run | 27 | # avoid Makefile returning error on 'make clean' before configure was run |