mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-09 12:18:49 +00:00
qpdf: link libatomic explicitly on mips
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
831f3fd502
commit
7a1f41a6a0
@ -20,6 +20,8 @@ EXTRA_OECONF = "--without-random \
|
|||||||
|
|
||||||
EXTRA_OEMAKE_class-target = "LIBTOOL=${HOST_SYS}-libtool"
|
EXTRA_OEMAKE_class-target = "LIBTOOL=${HOST_SYS}-libtool"
|
||||||
|
|
||||||
|
LDFLAGS_append_mipsarch = " -latomic"
|
||||||
|
|
||||||
S="${WORKDIR}/${BPN}-${PV}"
|
S="${WORKDIR}/${BPN}-${PV}"
|
||||||
|
|
||||||
# avoid Makefile returning error on 'make clean' before configure was run
|
# avoid Makefile returning error on 'make clean' before configure was run
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user