package/qpdf: link with -latomic if needed
Link with -latomic if needed to avoid the following build failure since bump to version 10.5.0 in commitb5352c2177
andc5c1a028cd
: /nvmedata/autobuild/instance-20/output-1/host/lib/gcc/sparc-buildroot-linux-uclibc/10.3.0/../../../../sparc-buildroot-linux-uclibc/bin/ld: /nvmedata/autobuild/instance-20/output-1/build/qpdf-10.5.0/libqpdf/build/.libs/libqpdf.a(QPDF.o): in function `QPDF::QPDF()': QPDF.cc:(.text+0x4e44): undefined reference to `__atomic_fetch_add_8' Fixes: - http://autobuild.buildroot.org/results/b69e6e380c47bc64c6555899c2f61f57bdae7ecc Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
80bd100278
commit
25f56c5d60
@ -32,4 +32,8 @@ else
|
||||
QPDF_CONF_OPTS += --disable-crypto-openssl
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_TOOLCHAIN_HAS_LIBATOMIC),y)
|
||||
QPDF_CONF_ENV += LIBS=-latomic
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
Loading…
Reference in New Issue
Block a user